diff options
author | Andrzej Janik <[email protected]> | 2021-09-29 21:49:47 +0000 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2021-09-29 21:49:47 +0000 |
commit | 816365e7df5d0bf6464f7718553d845e72637eff (patch) | |
tree | efe16a5592b22f45584e994fefb5a7bb8b7550f4 /ptx/src/test/spirv_run/mod.rs | |
parent | 0172dc58e52f2ac1e4d01951002a94a69b3589d0 (diff) | |
download | ZLUDA-816365e7df5d0bf6464f7718553d845e72637eff.tar.gz ZLUDA-816365e7df5d0bf6464f7718553d845e72637eff.zip |
Fix shared munging pass and add fix cuModuleLoadData
Diffstat (limited to 'ptx/src/test/spirv_run/mod.rs')
-rw-r--r-- | ptx/src/test/spirv_run/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ptx/src/test/spirv_run/mod.rs b/ptx/src/test/spirv_run/mod.rs index dfc252d..f5dfa64 100644 --- a/ptx/src/test/spirv_run/mod.rs +++ b/ptx/src/test/spirv_run/mod.rs @@ -219,6 +219,7 @@ test_ptx!(prmt, [0x70c507d6u32, 0x6fbd4b5cu32], [0x6fbdd65cu32]); test_ptx!(activemask, [0u32], [1u32]);
test_ptx!(membar, [152731u32], [152731u32]);
test_ptx!(shared_unify_extern, [7681u64, 7682u64], [15363u64]);
+test_ptx!(shared_unify_local, [16752u64, 714u64], [17466u64]);
test_ptx!(assertfail);
test_ptx!(func_ptr);
|