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
SPIR-V Runner fails to generate the serialized kernel argument data as the signature and constants representation has changed as part of recent update on main with PR - #3043 .
@anmyachev / @whitneywhtsang : Just a general query on why we modified the way we structure signature and constants ?
In the snapshot attached here, the highlighted arguments are the valid constants for kernel.
@anmyachev / @whitneywhtsang : Just a general query on why we modified the way we structure signature and constants ? In the snapshot attached here, the highlighted arguments are the valid constants for kernel.
This is due to changes in the interface of Triton itself, in the following pull requests they were ported to our repository: #3043 and #3112.
Describe the bug
SPIR-V Runner fails to generate the serialized kernel argument data as the signature and constants representation has changed as part of recent update on main with PR - #3043 .
Prior to #3043 [Working Version]:
After #3043 [Failed version]:
Environment details
Follow the SPIRV-Runner steps to reproduce this issue - https://github.com/intel/intel-xpu-backend-for-triton/tree/main/utils/SPIRVRunner
The text was updated successfully, but these errors were encountered: