aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/call.spvtxt
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2021-09-26 01:24:14 +0200
committerAndrzej Janik <[email protected]>2021-09-26 01:24:14 +0200
commitc23be576e86282c1c4673164cb9e92845cd0517e (patch)
tree5b8180d74f63c3fbc3221e1501aa856ec433b863 /ptx/src/test/spirv_run/call.spvtxt
parent370c0bd09ef5b49e327368fb1899c1692bb8eff4 (diff)
downloadZLUDA-c23be576e86282c1c4673164cb9e92845cd0517e.tar.gz
ZLUDA-c23be576e86282c1c4673164cb9e92845cd0517e.zip
Finish fixing shared memory pass
Diffstat (limited to 'ptx/src/test/spirv_run/call.spvtxt')
-rw-r--r--ptx/src/test/spirv_run/call.spvtxt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ptx/src/test/spirv_run/call.spvtxt b/ptx/src/test/spirv_run/call.spvtxt
index 6929b1e..c29984e 100644
--- a/ptx/src/test/spirv_run/call.spvtxt
+++ b/ptx/src/test/spirv_run/call.spvtxt
@@ -7,9 +7,13 @@
OpCapability Int64
OpCapability Float16
OpCapability Float64
+ OpCapability DenormFlushToZero
%37 = OpExtInstImport "OpenCL.std"
OpMemoryModel Physical64 OpenCL
OpEntryPoint Kernel %4 "call"
+ OpExecutionMode %4 ContractionOff
+ OpDecorate %4 LinkageAttributes "call" Export
+ OpDecorate %1 LinkageAttributes "incr" Export
%void = OpTypeVoid
%ulong = OpTypeInt 64 0
%40 = OpTypeFunction %void %ulong %ulong