mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-27 03:39:10 +00:00
Merge remote-tracking branch 'origin/compiler_fixes3' into compiler_fixes3
This commit is contained in:
commit
e0cea6bd5d
2 changed files with 5 additions and 1 deletions
Binary file not shown.
|
@ -352,7 +352,11 @@ test_ptx!(
|
|||
[613065134u32]
|
||||
);
|
||||
test_ptx!(param_is_addressable, [0xDEAD], [0u64]);
|
||||
test_ptx!(atomics_128, [0xce16728dead1ceb0u64, 0xe7728e3c390b7fb7], [0xce16728dead1ceb1u64, 0xe7728e3c390b7fb8]);
|
||||
test_ptx!(
|
||||
atomics_128,
|
||||
[0xce16728dead1ceb0u64, 0xe7728e3c390b7fb7],
|
||||
[0xce16728dead1ceb1u64, 0xe7728e3c390b7fb8]
|
||||
);
|
||||
|
||||
test_ptx!(assertfail);
|
||||
// TODO: not yet supported
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue