You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
I cannot run my vulkan application under AGI with validation enabled; it throws validation errors about invalid SPIR-V versions and missing features:
01-30 17:13:13.228 25417 25549 I VALIDATION: UNASSIGNED-CoreValidation-Shader-InconsistentSpirv(ERROR / SPEC): msgNum: 0 - SPIR-V module not valid: Invalid SPIR-V binary version 1.6 for target environment SPIR-V 1.3 (under Vulkan 1.1 semantics).
01-30 17:13:13.228 25417 25549 I VALIDATION: Objects: 1
01-30 17:13:13.228 25417 25549 I VALIDATION: [0] 0, type: 0, name: NULL
01-30 17:13:13.229 25417 25549 I VALIDATION: UNASSIGNED-GPU-Assisted Validation Error. (ERROR / SPEC): msgNum: 0 - Detail: (Failure to instrument shader. Proceeding with non-instrumented shader.)
01-30 17:13:13.229 25417 25549 I VALIDATION: Objects: 1
01-30 17:13:13.229 25417 25549 I VALIDATION: [0] 0, type: 15, name: NULL
01-30 17:13:13.230 25417 25549 I VALIDATION: UNASSIGNED-CoreValidation-Shader-FeatureNotEnabled(ERROR / SPEC): msgNum: 0 - Shader requires VkPhysicalDeviceFloat16Int8FeaturesKHR::shaderInt8 but is not enabled on the device
01-30 17:13:13.230 25417 25549 I VALIDATION: Objects: 1
01-30 17:13:13.230 25417 25549 I VALIDATION: [0] 0, type: 0, name: NULL
01-30 17:13:13.230 25417 25549 I VALIDATION: UNASSIGNED-CoreValidation-Shader-FeatureNotEnabled(ERROR / SPEC): msgNum: 0 - Shader requires extension VkPhysicalDeviceFloat16Int8FeaturesKHR::shaderInt8 but is not enabled on the device
01-30 17:13:13.230 25417 25549 I VALIDATION: Objects: 1
01-30 17:13:13.230 25417 25549 I VALIDATION: [0] 0, type: 0, name: NULL
01-30 17:13:13.230 25417 25549 I VALIDATION: UNASSIGNED-CoreValidation-Shader-FeatureNotEnabled(ERROR / SPEC): msgNum: 0 - Shader requires VkPhysicalDevice8BitStorageFeaturesKHR::storageBuffer8BitAccess but is not enabled on the device
01-30 17:13:13.230 25417 25549 I VALIDATION: Objects: 1
01-30 17:13:13.230 25417 25549 I VALIDATION: [0] 0, type: 0, name: NULL
...
Environment information:
Bug description
I cannot run my vulkan application under AGI with validation enabled; it throws validation errors about invalid SPIR-V versions and missing features:
and then proceeds to segfault.
Reproduction steps
Additional debugging information
The text was updated successfully, but these errors were encountered: