microsoft / microsoft/onnxruntime
[Build] MoE related unit tests fail for older architectures such as Pascal when building dev debug
@gh-yewang is already working on this.
Since May 23, 2024.
- Dominant language
- C++
- Stars
- 21.9k
- Forks
- 4.2k
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 184
Description
### Describe the issue
MoE unit tests fail on older architecture.
The tests have a particular requirement. If that requirement is not met it is pointless to run the tests.
### Urgency
_No response_
### Target platform
Windows
### Build script
.\build.bat --build_dir .\cuda_build --config Debug --cmake_generator "Visual Studio 17 2022" --use_cuda --cuda_home c:\cuda\cuda --cudnn_home c:\cuda\cudnn --cuda_version 11.8 --build_wheel --build_shared_lib --parallel --skip_submodule_sync
### Error / output
[ FAILED ] MoETest.MoETest_Gelu
[ FAILED ] MoETest.MoETest_Relu
[ FAILED ] MoETest.MoETest_Mixtral
Arch unsupported for MoE GEMM
### Visual Studio Version
2022 64-bit 17.9.7
### GCC / Compiler Version
_No response_
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.