Skip to content

Commit

Permalink
Update deps and CTS (#573)
Browse files Browse the repository at this point in the history
Change-Id: I46683e0e793de9c97a924ee5a026f02813758059
  • Loading branch information
kpet authored Jul 11, 2023
1 parent 5da0afb commit 86eaa5b
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 27 deletions.
2 changes: 1 addition & 1 deletion external/SPIRV-LLVM-Translator
Submodule SPIRV-LLVM-Translator updated 61 files
+1 −0 include/LLVMSPIRVExtensions.inc
+2 −2 lib/SPIRV/Mangler/ParameterType.h
+12 −6 lib/SPIRV/SPIRVToLLVMDbgTran.cpp
+21 −21 lib/SPIRV/libSPIRV/SPIRVDecorate.h
+1 −1 lib/SPIRV/libSPIRV/SPIRVEntry.h
+43 −7 lib/SPIRV/libSPIRV/SPIRVInstruction.h
+1 −0 lib/SPIRV/libSPIRV/SPIRVOpCodeEnum.h
+52 −0 test/DebugInfo/NonSemantic/Shader200/DebugTypeDef.ll
+4 −4 test/DebugInfo/X86/DIModuleContext.ll
+4 −4 test/DebugInfo/X86/Fortran-DIModule.ll
+3 −3 test/DebugInfo/X86/dimodule-external-fortran.ll
+2 −2 test/extensions/INTEL/SPV_INTEL_blocking_pipes/PipeBlocking.ll
+2 −2 test/extensions/INTEL/SPV_INTEL_device_side_avc_motion_esimation/subgroup_avc_intel_generic.cl
+2 −2 test/extensions/INTEL/SPV_INTEL_device_side_avc_motion_esimation/subgroup_avc_intel_types.spt
+2 −2 test/extensions/INTEL/SPV_INTEL_device_side_avc_motion_esimation/subgroup_avc_intel_vme_image.cl
+1 −1 test/extensions/INTEL/SPV_INTEL_fpga_loop_controls/FPGAIVDepLoopAttrOnClosure.ll
+2 −2 test/extensions/INTEL/SPV_INTEL_fpga_memory_attributes/IntelFPGAMemoryAttributesForStruct.ll
+1 −1 test/extensions/INTEL/SPV_INTEL_fpga_reg/IntelFPGAReg.ll
+2 −2 test/extensions/INTEL/SPV_INTEL_io_pipes/PipeStorageIOINTEL.ll
+1 −1 test/extensions/INTEL/SPV_INTEL_joint_matrix/joint_matrix.ll
+1 −1 test/extensions/INTEL/SPV_INTEL_joint_matrix/joint_matrix_bfloat16.ll
+1 −1 test/extensions/INTEL/SPV_INTEL_joint_matrix/joint_matrix_half.ll
+1 −1 test/extensions/INTEL/SPV_INTEL_joint_matrix/joint_matrix_tf32.ll
+1 −1 test/extensions/INTEL/SPV_INTEL_joint_matrix/opaque_joint_matrix.ll
+1 −1 test/extensions/INTEL/SPV_INTEL_masked_gather_scatter/intel-basic-vector-pointers.ll
+1 −1 test/extensions/INTEL/SPV_INTEL_masked_gather_scatter/intel-gather-scatter.ll
+2 −2 test/extensions/INTEL/SPV_INTEL_media_block_io/SPV_INTEL_media_block_io.cl
+2 −2 test/extensions/INTEL/SPV_INTEL_subgroups/cl_intel_sub_groups.ll
+1 −1 test/extensions/INTEL/SPV_INTEL_vector_compute/buffer_surface_intel.ll
+1 −1 test/extensions/INTEL/SPV_INTEL_vector_compute/decoration_media_block_io.ll
+46 −0 test/extensions/KHR/SPV_KHR_shader_clock/shader_clock.ll
+3 −3 test/image.ll
+1 −1 test/image_without_access_qualifier.spt
+1 −1 test/llvm-intrinsics/memset-opaque.ll
+1 −1 test/llvm-intrinsics/memset.ll
+1 −1 test/read_image.cl
+1 −1 test/transcoding/CreatePipeFromPipeStorage.ll
+1 −1 test/transcoding/ForwardPtr.ll
+2 −2 test/transcoding/OpGroupAsyncCopy.ll
+1 −1 test/transcoding/OpImageQuerySize.ll
+1 −1 test/transcoding/OpImageReadMS.ll
+1 −1 test/transcoding/OpImageSampleExplicitLod.ll
+1 −1 test/transcoding/OpImageSampleExplicitLod_arg.cl
+1 −1 test/transcoding/PipeStorage.ll
+2 −2 test/transcoding/RecursiveType.ll
+2 −2 test/transcoding/SampledImage.cl
+2 −2 test/transcoding/check_ro_qualifier.ll
+1 −1 test/transcoding/check_wo_qualifier.ll
+1 −1 test/transcoding/cl-types.ll
+2 −2 test/transcoding/enqueue_kernel.cl
+2 −2 test/transcoding/enqueue_marker.cl
+2 −2 test/transcoding/get_image_num_mip_levels.ll
+2 −2 test/transcoding/image_channel.ll
+1 −1 test/transcoding/image_with_access_qualifiers.ll
+1 −1 test/transcoding/memory_access.ll
+1 −1 test/transcoding/multiple_user_semantic.ll
+1 −1 test/transcoding/multiple_user_semantic_nonopaque.ll
+1 −1 test/transcoding/multiple_user_semantic_on_struct.ll
+2 −2 test/transcoding/spirv-target-types.ll
+2 −2 test/transcoding/spirv-types.ll
+1 −1 tools/llvm-spirv/llvm-spirv.cpp
50 changes: 36 additions & 14 deletions tests/conformance/results-amd-7950x.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"deviceName": "AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO)",
"deviceType": "VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU",
"driverID": "VK_DRIVER_ID_MESA_RADV",
"driverInfo": "Mesa 23.1.1",
"driverInfo": "Mesa 23.1.3",
"driverName": "radv",
"driverVersion": 96473089
"driverVersion": 96473091
},
"test-results": {
"API": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"image_properties_queries": "pass",
"kernel_arg_changes": "pass",
"kernel_arg_multi_setup_random": "pass",
"kernel_attributes": "fail",
"kernel_attributes": "pass",
"kernel_global_constant": "pass",
"kernel_private_memory_size": "pass",
"kernel_required_group_size": "pass",
Expand Down Expand Up @@ -182,10 +182,8 @@
"explicit_s2v_uint": "pass",
"explicit_s2v_ulong": "pass",
"explicit_s2v_ushort": "pass",
"float2int": "pass",
"fpmath_float": "pass",
"fpmath_float2": "pass",
"fpmath_float4": "pass",
"fp2int": "pass",
"fpmath": "pass",
"get_global_offset": "pass",
"get_linear_ids": "pass",
"global_linear_id": "pass",
Expand All @@ -208,7 +206,7 @@
"imagerandomcopy": "pass",
"imagereadwrite": "pass",
"imagereadwrite3d": "pass",
"int2float": "pass",
"int2fp": "pass",
"intmath_int": "pass",
"intmath_int2": "pass",
"intmath_int4": "pass",
Expand Down Expand Up @@ -1400,6 +1398,7 @@
"op_neg_double": "pass",
"op_neg_float": "pass",
"op_neg_float4": "pass",
"op_neg_half": "fail",
"op_neg_int": "pass",
"op_neg_int4": "pass",
"op_neg_long": "pass",
Expand Down Expand Up @@ -1457,9 +1456,10 @@
"op_vector_long2_extract": "pass",
"op_vector_long2_insert": "pass",
"op_vector_times_scalar_double": "pass",
"op_vector_times_scalar_float": "pass"
"op_vector_times_scalar_float": "pass",
"op_vector_times_scalar_half": "fail"
},
"retcode": 0
"retcode": 1
},
"SVM": {
"duration": "00:00:00.026051",
Expand Down Expand Up @@ -1492,6 +1492,8 @@
"select_double_ulong": "pass",
"select_float_int": "pass",
"select_float_uint": "pass",
"select_half_short": "pass",
"select_half_ushort": "pass",
"select_int_int": "pass",
"select_int_uint": "pass",
"select_long_long": "pass",
Expand All @@ -1510,10 +1512,29 @@
"retcode": 0
},
"Subgroups": {
"duration": "00:00:00.069976",
"has_results": false,
"results": {},
"retcode": -11
"duration": "00:00:01.182298",
"has_results": true,
"results": {
"barrier_functions_core": "pass",
"barrier_functions_ext": "skip",
"ifp_core": "skip",
"ifp_ext": "skip",
"sub_group_info_core": "pass",
"sub_group_info_ext": "skip",
"subgroup_functions_ballot": "skip",
"subgroup_functions_clustered_reduce": "skip",
"subgroup_functions_core": "pass",
"subgroup_functions_ext": "skip",
"subgroup_functions_extended_types": "skip",
"subgroup_functions_non_uniform_arithmetic": "skip",
"subgroup_functions_non_uniform_vote": "skip",
"subgroup_functions_rotate": "skip",
"subgroup_functions_shuffle": "skip",
"subgroup_functions_shuffle_relative": "skip",
"work_item_functions_core": "pass",
"work_item_functions_ext": "skip"
},
"retcode": 0
},
"Thread Dimensions": {
"duration": "00:00:27.929199",
Expand Down Expand Up @@ -1603,6 +1624,7 @@
"explicit_flush": "skip",
"fill_buffer": "skip",
"fill_image": "skip",
"info_context": "skip",
"info_prop_array": "skip",
"info_queues": "skip",
"info_ref_count": "skip",
Expand Down
21 changes: 12 additions & 9 deletions tests/conformance/results-intel-a750.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"deviceName": "Intel(R) Arc(tm) A750 Graphics (DG2)",
"deviceType": "VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU",
"driverID": "VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA",
"driverInfo": "Mesa 23.1.1",
"driverInfo": "Mesa 23.1.3",
"driverName": "Intel open-source Mesa driver",
"driverVersion": 96473089
"driverVersion": 96473091
},
"test-results": {
"API": {
Expand Down Expand Up @@ -58,7 +58,7 @@
"image_properties_queries": "pass",
"kernel_arg_changes": "pass",
"kernel_arg_multi_setup_random": "pass",
"kernel_attributes": "fail",
"kernel_attributes": "pass",
"kernel_global_constant": "pass",
"kernel_private_memory_size": "pass",
"kernel_required_group_size": "pass",
Expand Down Expand Up @@ -182,10 +182,8 @@
"explicit_s2v_uint": "pass",
"explicit_s2v_ulong": "pass",
"explicit_s2v_ushort": "pass",
"float2int": "pass",
"fpmath_float": "pass",
"fpmath_float2": "pass",
"fpmath_float4": "pass",
"fp2int": "pass",
"fpmath": "pass",
"get_global_offset": "pass",
"get_linear_ids": "pass",
"global_linear_id": "pass",
Expand All @@ -208,7 +206,7 @@
"imagerandomcopy": "pass",
"imagereadwrite": "pass",
"imagereadwrite3d": "pass",
"int2float": "pass",
"int2fp": "pass",
"intmath_int": "pass",
"intmath_int2": "pass",
"intmath_int4": "pass",
Expand Down Expand Up @@ -1400,6 +1398,7 @@
"op_neg_double": "pass",
"op_neg_float": "pass",
"op_neg_float4": "pass",
"op_neg_half": "fail",
"op_neg_int": "pass",
"op_neg_int4": "pass",
"op_neg_long": "pass",
Expand Down Expand Up @@ -1457,7 +1456,8 @@
"op_vector_long2_extract": "pass",
"op_vector_long2_insert": "pass",
"op_vector_times_scalar_double": "pass",
"op_vector_times_scalar_float": "pass"
"op_vector_times_scalar_float": "pass",
"op_vector_times_scalar_half": "fail"
},
"retcode": 1
},
Expand Down Expand Up @@ -1492,6 +1492,8 @@
"select_double_ulong": "pass",
"select_float_int": "pass",
"select_float_uint": "pass",
"select_half_short": "pass",
"select_half_ushort": "pass",
"select_int_int": "pass",
"select_int_uint": "pass",
"select_long_long": "pass",
Expand Down Expand Up @@ -1622,6 +1624,7 @@
"explicit_flush": "skip",
"fill_buffer": "skip",
"fill_image": "skip",
"info_context": "skip",
"info_prop_array": "skip",
"info_queues": "skip",
"info_ref_count": "skip",
Expand Down

0 comments on commit 86eaa5b

Please sign in to comment.