You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
There is some build error for `--cmake_extra_defines
CMAKE_CUDA_ARCHITECTURES=52`.
Some half2 function like `__hfma2` used in MatMul 8 bits is not defined
for sm < 53. Add an implementation that does not use half2 for those old
GPUs.
Fix another build error using cuda 12.5 that is caused by extra `const`
in MOE code for sm<53.
### Motivation and Context
Fix nuget packaging pipeline, which uses
`CMAKE_CUDA_ARCHITECTURES=52-real;61-real;75-real;86-real;89-real;90-virtual`.
0 commit comments