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
Benchmarks such as - benchmark/triton_kernels_benchmark/gemm_streamk_benchmark.py uses two kernels as part of the execution. Investigate this scenario and if possible improve the SPIRVRunner to handle such cases.
Each kernel should dump to a different file, and the SPIRV runner can be run twice - once with the inputs from the first kernel and its args and SPIRV file, and once with the inputs from the second kernel and its args and SPIRV file. The runner was never designed to run both kernels at the same time and I don't see the need to add that functionality.
Describe the bug
Benchmarks such as - benchmark/triton_kernels_benchmark/gemm_streamk_benchmark.py uses two kernels as part of the execution. Investigate this scenario and if possible improve the SPIRVRunner to handle such cases.
Environment details
This is an enhancement request. Triton: main, GPU: Max 1100.
The text was updated successfully, but these errors were encountered: