mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-27 19:59:08 +00:00
Disable atomic i128 tests for now
This commit is contained in:
parent
551534418d
commit
c037ee3431
1 changed files with 6 additions and 5 deletions
|
@ -352,11 +352,12 @@ test_ptx!(
|
||||||
[613065134u32]
|
[613065134u32]
|
||||||
);
|
);
|
||||||
test_ptx!(param_is_addressable, [0xDEAD], [0u64]);
|
test_ptx!(param_is_addressable, [0xDEAD], [0u64]);
|
||||||
test_ptx!(
|
// TODO: re-enable when we have a patched LLVM
|
||||||
atomics_128,
|
//test_ptx!(
|
||||||
[0xce16728dead1ceb0u64, 0xe7728e3c390b7fb7],
|
// atomics_128,
|
||||||
[0xce16728dead1ceb1u64, 0xe7728e3c390b7fb8]
|
// [0xce16728dead1ceb0u64, 0xe7728e3c390b7fb7],
|
||||||
);
|
// [0xce16728dead1ceb1u64, 0xe7728e3c390b7fb8]
|
||||||
|
//);
|
||||||
|
|
||||||
test_ptx!(assertfail);
|
test_ptx!(assertfail);
|
||||||
// TODO: not yet supported
|
// TODO: not yet supported
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue