aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/mod.rs
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2020-11-21 01:53:07 +0100
committerAndrzej Janik <[email protected]>2020-11-21 01:53:07 +0100
commit6e39c4a90cd54dde7a174b9f5c4c5c62afb6a5ec (patch)
tree70e81f1f83d10ef0fda15f7c9ec601fbbbc901a9 /ptx/src/test/spirv_run/mod.rs
parent84ac086146b710ed87de20c136b197fe204b2742 (diff)
downloadZLUDA-6e39c4a90cd54dde7a174b9f5c4c5c62afb6a5ec.tar.gz
ZLUDA-6e39c4a90cd54dde7a174b9f5c4c5c62afb6a5ec.zip
Fix linking with shl/shr, add memset on host and support __assertfail
Diffstat (limited to 'ptx/src/test/spirv_run/mod.rs')
-rw-r--r--ptx/src/test/spirv_run/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ptx/src/test/spirv_run/mod.rs b/ptx/src/test/spirv_run/mod.rs
index c70ab5c..d6a8038 100644
--- a/ptx/src/test/spirv_run/mod.rs
+++ b/ptx/src/test/spirv_run/mod.rs
@@ -139,6 +139,8 @@ test_ptx!(stateful_ld_st_ntid, [123u64], [123u64]);
test_ptx!(stateful_ld_st_ntid_chain, [12651u64], [12651u64]);
test_ptx!(stateful_ld_st_ntid_sub, [96311u64], [96311u64]);
test_ptx!(shared_ptr_take_address, [97815231u64], [97815231u64]);
+// For now, we just that it builds and links
+test_ptx!(assertfail, [716523871u64], [716523872u64]);
struct DisplayError<T: Debug> {
err: T,