aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/add_tuning.spvtxt
blob: d65f04dd325aca40d1720270cf9b67f177cd3dd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
; SPIR-V
; Version: 1.3
; Generator: rspirv
; Bound: 29
OpCapability GenericPointer
OpCapability Linkage
OpCapability Addresses
OpCapability Kernel
OpCapability Int8
OpCapability Int16
OpCapability Int64
OpCapability Float16
OpCapability Float64
OpCapability DenormFlushToZero
%23 = OpExtInstImport "OpenCL.std"
OpMemoryModel Physical64 OpenCL
OpEntryPoint Kernel %1 "add_tuning"
OpExecutionMode %1 ContractionOff
; OpExecutionMode %1 MaxWorkgroupSizeINTEL 256 1 1
OpDecorate %1 LinkageAttributes "add_tuning" Export
%24 = OpTypeVoid
%25 = OpTypeInt 64 0
%26 = OpTypeFunction %24 %25 %25
%27 = OpTypePointer Function %25
%28 = OpTypePointer Generic %25
%18 = OpConstant  %25  1
%1 = OpFunction  %24  None %26
%8 = OpFunctionParameter  %25
%9 = OpFunctionParameter  %25
%21 = OpLabel
%2 = OpVariable  %27  Function
%3 = OpVariable  %27  Function
%4 = OpVariable  %27  Function
%5 = OpVariable  %27  Function
%6 = OpVariable  %27  Function
%7 = OpVariable  %27  Function
OpStore %2 %8
OpStore %3 %9
%10 = OpLoad  %25  %2 Aligned 8
OpStore %4 %10
%11 = OpLoad  %25  %3 Aligned 8
OpStore %5 %11
%13 = OpLoad  %25  %4
%19 = OpConvertUToPtr  %28  %13
%12 = OpLoad  %25  %19 Aligned 8
OpStore %6 %12
%15 = OpLoad  %25  %6
%14 = OpIAdd  %25  %15 %18
OpStore %7 %14
%16 = OpLoad  %25  %5
%17 = OpLoad  %25  %7
%20 = OpConvertUToPtr  %28  %16
OpStore %20 %17 Aligned 8
OpReturn
OpFunctionEnd