Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Enable batch tests for streamK #258

Open
wants to merge 4 commits into
base: sycl-develop
Choose a base branch
from

Conversation

aacostadiaz
Copy link
Collaborator

This PR enables the unit tests for StreamK to use batch sizes != 1. They were disabled due to an issue with the alignment for the copy operations used in the unit test. This PR re-enables the tests by removing the alignment in the problem_size_k calculation. The alignment issue will be fixed once the changes to use the SPIR-V copy functions are complete.

jiyang1011 and others added 2 commits March 25, 2025 13:39
# Conflicts:
#	test/unit/gemm/device/xe_gemm_bf16_bf16_fp32_tensor_op_fp32_cooperative.cpp
#	test/unit/gemm/device/xe_gemm_fp16_fp16_fp32_tensor_op_fp32_cooperative.cpp
#	test/unit/gemm/device/xe_gemm_s8_s8_s32_tensor_op_s32_cooperative.cpp
#	test/unit/gemm/device/xe_gemm_tf32_tf32_fp32_tensor_op_fp32_cooperative.cpp
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants