[MUSA][18/N] Add MUSA-optimized kernel implementations for hot ops (#23255)
Signed-off-by: Joey-gvwal <joey_gvwal@yeah.net> Co-authored-by: R0CKSTAR <yeahdongcn@gmail.com>
This commit is contained in:
@@ -27,6 +27,10 @@ limitations under the License.
|
||||
|
||||
#include "scalar_type.hpp"
|
||||
|
||||
#ifdef USE_MUSA
|
||||
#include "sgl_kernel_musa_ops.h"
|
||||
#endif
|
||||
|
||||
#define _CONCAT(A, B) A##B
|
||||
#define CONCAT(A, B) _CONCAT(A, B)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user