aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/ntid.spvtxt
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2021-01-08 19:04:27 +0100
committerAndrzej Janik <[email protected]>2021-01-08 19:04:27 +0100
commit9fe846e511b1c32e88e1235b0c450ad3f1a82b94 (patch)
treefa63473a80b9948749e1cc2749e198f9551cddc9 /ptx/src/test/spirv_run/ntid.spvtxt
parent078ae20c2c0aff93858eeb69d0c46dad4d997998 (diff)
downloadZLUDA-regen_tests.tar.gz
ZLUDA-regen_tests.zip
Regenerate SPIR-V testsregen_tests
Diffstat (limited to 'ptx/src/test/spirv_run/ntid.spvtxt')
-rw-r--r--ptx/src/test/spirv_run/ntid.spvtxt28
1 files changed, 14 insertions, 14 deletions
diff --git a/ptx/src/test/spirv_run/ntid.spvtxt b/ptx/src/test/spirv_run/ntid.spvtxt
index acd69d7..7b5a630 100644
--- a/ptx/src/test/spirv_run/ntid.spvtxt
+++ b/ptx/src/test/spirv_run/ntid.spvtxt
@@ -7,7 +7,7 @@
OpCapability Int64
OpCapability Float16
OpCapability Float64
- %27 = OpExtInstImport "OpenCL.std"
+ %28 = OpExtInstImport "OpenCL.std"
OpMemoryModel Physical64 OpenCL
OpEntryPoint Kernel %1 "ntid" %gl_WorkGroupSize
OpDecorate %gl_WorkGroupSize BuiltIn WorkgroupSize
@@ -16,15 +16,15 @@
%v3ulong = OpTypeVector %ulong 3
%_ptr_Input_v3ulong = OpTypePointer Input %v3ulong
%gl_WorkGroupSize = OpVariable %_ptr_Input_v3ulong Input
- %32 = OpTypeFunction %void %ulong %ulong
+ %33 = OpTypeFunction %void %ulong %ulong
%_ptr_Function_ulong = OpTypePointer Function %ulong
%uint = OpTypeInt 32 0
%_ptr_Function_uint = OpTypePointer Function %uint
%_ptr_Generic_uint = OpTypePointer Generic %uint
- %1 = OpFunction %void None %32
+ %1 = OpFunction %void None %33
%9 = OpFunctionParameter %ulong
%10 = OpFunctionParameter %ulong
- %25 = OpLabel
+ %26 = OpLabel
%2 = OpVariable %_ptr_Function_ulong Function
%3 = OpVariable %_ptr_Function_ulong Function
%4 = OpVariable %_ptr_Function_ulong Function
@@ -33,18 +33,18 @@
%7 = OpVariable %_ptr_Function_uint Function
OpStore %2 %9
OpStore %3 %10
- %11 = OpLoad %ulong %2
+ %11 = OpLoad %ulong %2 Aligned 8
OpStore %4 %11
- %12 = OpLoad %ulong %3
+ %12 = OpLoad %ulong %3 Aligned 8
OpStore %5 %12
%14 = OpLoad %ulong %4
- %23 = OpConvertUToPtr %_ptr_Generic_uint %14
- %13 = OpLoad %uint %23
+ %24 = OpConvertUToPtr %_ptr_Generic_uint %14
+ %13 = OpLoad %uint %24 Aligned 4
OpStore %6 %13
- %37 = OpLoad %v3ulong %gl_WorkGroupSize
- %22 = OpCompositeExtract %ulong %37 0
- %38 = OpBitcast %ulong %22
- %16 = OpUConvert %uint %38
+ %38 = OpLoad %v3ulong %gl_WorkGroupSize
+ %23 = OpCompositeExtract %ulong %38 0
+ %39 = OpBitcast %ulong %23
+ %16 = OpUConvert %uint %39
%15 = OpCopyObject %uint %16
OpStore %7 %15
%18 = OpLoad %uint %6
@@ -53,7 +53,7 @@
OpStore %6 %17
%20 = OpLoad %ulong %5
%21 = OpLoad %uint %6
- %24 = OpConvertUToPtr %_ptr_Generic_uint %20
- OpStore %24 %21
+ %25 = OpConvertUToPtr %_ptr_Generic_uint %20
+ OpStore %25 %21 Aligned 4
OpReturn
OpFunctionEnd