Files
DeepGEMM/indexing/main.cu

9 lines
132 B
Plaintext
Raw Normal View History

2025-04-10 09:52:15 +08:00
#include "deep_gemm/fp8_gemm.cuh"
2025-05-14 15:46:45 +08:00
#include "deep_gemm/fp8_wgrad_gemm.cuh"
2025-04-10 09:52:15 +08:00
using namespace deep_gemm;
int main() {
return 0;
}