Skip to content

Enable batch tests for streamK #258

New issue

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

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

Already on GitHub? Sign in to your account

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants