diff options
author | Andrzej Janik <[email protected]> | 2021-09-26 01:24:14 +0200 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2021-09-26 01:24:14 +0200 |
commit | c23be576e86282c1c4673164cb9e92845cd0517e (patch) | |
tree | 5b8180d74f63c3fbc3221e1501aa856ec433b863 /ptx/src/test/spirv_run/mod.rs | |
parent | 370c0bd09ef5b49e327368fb1899c1692bb8eff4 (diff) | |
download | ZLUDA-c23be576e86282c1c4673164cb9e92845cd0517e.tar.gz ZLUDA-c23be576e86282c1c4673164cb9e92845cd0517e.zip |
Finish fixing shared memory pass
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 b7fd386..6c073f3 100644 --- a/ptx/src/test/spirv_run/mod.rs +++ b/ptx/src/test/spirv_run/mod.rs @@ -222,6 +222,7 @@ test_ptx!(prmt, [0x70c507d6u32, 0x6fbd4b5cu32], [0x6fbdd65cu32]); test_ptx!(activemask, [0u32], [1u32]);
test_ptx!(membar, [152731u32], [152731u32]);
test_ptx!(shared_unify_extern, [7681u64], [15362u64]);
+test_ptx!(shared_unify_private, [67153u64], [134306u64]);
test_ptx!(func_ptr);
test_ptx!(lanemask_lt);
|