diff options
author | Andrzej Janik <[email protected]> | 2024-10-16 03:15:48 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-16 03:15:48 +0200 |
commit | 3870a96592c6a93d3a68391f6cbaecd9c7a2bc97 (patch) | |
tree | 77faf858cfa48c618e18f058046165af949e3929 /ptx/src/test/spirv_run/lanemask_lt.spvtxt | |
parent | 1a63ef62b7ec47e5d55c1437641169a60f225eae (diff) | |
download | ZLUDA-3870a96592c6a93d3a68391f6cbaecd9c7a2bc97.tar.gz ZLUDA-3870a96592c6a93d3a68391f6cbaecd9c7a2bc97.zip |
Re-enable all failing PTX tests (#277)
Additionally remove unused compilation paths
Diffstat (limited to 'ptx/src/test/spirv_run/lanemask_lt.spvtxt')
-rw-r--r-- | ptx/src/test/spirv_run/lanemask_lt.spvtxt | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/ptx/src/test/spirv_run/lanemask_lt.spvtxt b/ptx/src/test/spirv_run/lanemask_lt.spvtxt deleted file mode 100644 index 3de53ce..0000000 --- a/ptx/src/test/spirv_run/lanemask_lt.spvtxt +++ /dev/null @@ -1,70 +0,0 @@ - OpCapability GenericPointer - OpCapability Linkage - OpCapability Addresses - OpCapability Kernel - OpCapability Int8 - OpCapability Int16 - OpCapability Int64 - OpCapability Float16 - OpCapability Float64 - %40 = OpExtInstImport "OpenCL.std" - OpMemoryModel Physical64 OpenCL - OpEntryPoint Kernel %1 "lanemask_lt" - OpExecutionMode %1 ContractionOff - OpDecorate %11 LinkageAttributes "__zluda_ptx_impl__sreg_lanemask_lt" Import - %void = OpTypeVoid - %uint = OpTypeInt 32 0 - %43 = OpTypeFunction %uint - %ulong = OpTypeInt 64 0 - %45 = OpTypeFunction %void %ulong %ulong -%_ptr_Function_ulong = OpTypePointer Function %ulong -%_ptr_Function_uint = OpTypePointer Function %uint -%_ptr_Generic_uint = OpTypePointer Generic %uint - %uint_1 = OpConstant %uint 1 - %11 = OpFunction %uint None %43 - OpFunctionEnd - %1 = OpFunction %void None %45 - %13 = OpFunctionParameter %ulong - %14 = OpFunctionParameter %ulong - %38 = OpLabel - %2 = OpVariable %_ptr_Function_ulong Function - %3 = OpVariable %_ptr_Function_ulong Function - %4 = OpVariable %_ptr_Function_ulong Function - %5 = OpVariable %_ptr_Function_ulong Function - %6 = OpVariable %_ptr_Function_uint Function - %7 = OpVariable %_ptr_Function_uint Function - %8 = OpVariable %_ptr_Function_uint Function - OpStore %2 %13 - OpStore %3 %14 - %15 = OpLoad %ulong %2 Aligned 8 - OpStore %4 %15 - %16 = OpLoad %ulong %3 Aligned 8 - OpStore %5 %16 - %18 = OpLoad %ulong %4 - %29 = OpConvertUToPtr %_ptr_Generic_uint %18 - %28 = OpLoad %uint %29 Aligned 4 - %17 = OpCopyObject %uint %28 - OpStore %6 %17 - %20 = OpLoad %uint %6 - %31 = OpCopyObject %uint %20 - %30 = OpIAdd %uint %31 %uint_1 - %19 = OpCopyObject %uint %30 - OpStore %7 %19 - %10 = OpFunctionCall %uint %11 - %32 = OpCopyObject %uint %10 - %21 = OpCopyObject %uint %32 - OpStore %8 %21 - %23 = OpLoad %uint %7 - %24 = OpLoad %uint %8 - %34 = OpCopyObject %uint %23 - %35 = OpCopyObject %uint %24 - %33 = OpIAdd %uint %34 %35 - %22 = OpCopyObject %uint %33 - OpStore %7 %22 - %25 = OpLoad %ulong %5 - %26 = OpLoad %uint %7 - %36 = OpConvertUToPtr %_ptr_Generic_uint %25 - %37 = OpCopyObject %uint %26 - OpStore %36 %37 Aligned 4 - OpReturn - OpFunctionEnd |