Ignore NVPTX tests
This commit is contained in:
parent
52bd4f263b
commit
f8f9a2869c
10 changed files with 9 additions and 4 deletions
|
@ -15,10 +15,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
wget \
|
||||
patch
|
||||
|
||||
# FIXME: build the `ptx-linker` instead.
|
||||
RUN curl -sL https://github.com/denzp/rust-ptx-linker/releases/download/v0.9.0-alpha.2/rust-ptx-linker.linux64.tar.gz | \
|
||||
tar -xzvC /usr/bin
|
||||
|
||||
RUN curl -sL https://nodejs.org/dist/v9.2.0/node-v9.2.0-linux-x64.tar.xz | \
|
||||
tar -xJ
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// assembly-output: ptx-linker
|
||||
// compile-flags: --crate-type cdylib
|
||||
// only-nvptx64
|
||||
// ignore-nvptx64
|
||||
|
||||
#![no_std]
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// assembly-output: emit-asm
|
||||
// compile-flags: --crate-type rlib
|
||||
// only-nvptx64
|
||||
// ignore-nvptx64
|
||||
|
||||
#![no_std]
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// assembly-output: ptx-linker
|
||||
// compile-flags: --crate-type cdylib -C link-arg=--arch=sm_60
|
||||
// only-nvptx64
|
||||
// ignore-nvptx64
|
||||
|
||||
#![no_std]
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// assembly-output: ptx-linker
|
||||
// compile-flags: --crate-type cdylib -C target-cpu=sm_50
|
||||
// only-nvptx64
|
||||
// ignore-nvptx64
|
||||
|
||||
#![no_std]
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// assembly-output: ptx-linker
|
||||
// compile-flags: --crate-type cdylib
|
||||
// only-nvptx64
|
||||
// ignore-nvptx64
|
||||
|
||||
#![feature(abi_ptx, core_intrinsics)]
|
||||
#![no_std]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// assembly-output: ptx-linker
|
||||
// compile-flags: --crate-type cdylib
|
||||
// only-nvptx64
|
||||
// ignore-nvptx64
|
||||
|
||||
#![feature(abi_ptx)]
|
||||
#![no_std]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// assembly-output: ptx-linker
|
||||
// compile-flags: --crate-type bin
|
||||
// only-nvptx64
|
||||
// ignore-nvptx64
|
||||
|
||||
#![feature(abi_ptx)]
|
||||
#![no_main]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// assembly-output: ptx-linker
|
||||
// compile-flags: --crate-type cdylib
|
||||
// only-nvptx64
|
||||
// ignore-nvptx64
|
||||
|
||||
#![feature(abi_ptx)]
|
||||
#![no_std]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// assembly-output: ptx-linker
|
||||
// compile-flags: --crate-type cdylib
|
||||
// only-nvptx64
|
||||
// ignore-nvptx64
|
||||
|
||||
#![feature(abi_ptx)]
|
||||
#![no_std]
|
||||
|
|
Loading…
Reference in a new issue