Skip to content

Run Matmul 8 bit tests on CPU builds#24946

Merged
hariharans29 merged 1 commit intomainfrom
hari/fix_matmul_8_bit_tests
Jun 4, 2025
Merged

Run Matmul 8 bit tests on CPU builds#24946
hariharans29 merged 1 commit intomainfrom
hari/fix_matmul_8_bit_tests

Conversation

@hariharans29
Copy link
Member

@hariharans29 hariharans29 commented Jun 3, 2025

Description

It seems like #24509 added a guard for the 8 bit Matmul tests that depends on an MLAS macro being set to compile and run on CPUs but that guard itself was preventing the inclusion of the MLAS header where the macro would have been set and so Matmul 8 bit tests were not being compiled and run on CPU builds.

Motivation and Context

Improve test coverage for CPU builds

@hariharans29
Copy link
Member Author

React Native failure is unrelated to this change. Hence, merging.

@hariharans29 hariharans29 merged commit 242cb43 into main Jun 4, 2025
90 of 93 checks passed
@hariharans29 hariharans29 deleted the hari/fix_matmul_8_bit_tests branch June 4, 2025 06:11
javier-intel pushed a commit to intel/onnxruntime that referenced this pull request Jun 15, 2025
### Description

It seems like microsoft#24509 added
a guard for the 8 bit Matmul tests that depends on an MLAS macro being
set to compile and run on CPUs but that guard itself was preventing the
inclusion of the MLAS header where the macro would have been set and so
Matmul 8 bit tests were not being compiled and run on CPU builds.

### Motivation and Context
Improve test coverage for CPU builds
quic-ankus pushed a commit to CodeLinaro/onnxruntime that referenced this pull request Nov 25, 2025
### Description

It seems like microsoft#24509 added
a guard for the 8 bit Matmul tests that depends on an MLAS macro being
set to compile and run on CPUs but that guard itself was preventing the
inclusion of the MLAS header where the macro would have been set and so
Matmul 8 bit tests were not being compiled and run on CPU builds.

### Motivation and Context
Improve test coverage for CPU builds
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