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/call.spvtxt | |
parent | 370c0bd09ef5b49e327368fb1899c1692bb8eff4 (diff) | |
download | ZLUDA-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.spvtxt | 4 |
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 |