intel / intel-xpu-backend-for-triton

OpenAI Triton backend for Intel® GPUs
MIT License
144 stars 44 forks source link

Fix assertion error on gemm_splitk_benchmark.py #2717

Closed LiyangLingIntel closed 1 week ago

LiyangLingIntel commented 1 week ago

The cause of this error is that we should initialize the results tensor when using atomic_add, otherwise it would read dirty memory from previous benchmarking cases.