; 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