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
Add cross-platform support for Marlin kernel attribute setting
Modify the Marlin kernel to support both CUDA and ROCm platforms by:
- Introducing platform-specific function attribute setting
- Using conditional compilation with #ifdef __HIP_PLATFORM_AMD__
- Refactoring kernel attribute configuration for better cross-platform compatibility
0 commit comments