fix: add missing extern "C" opening brace lost during file reconstruction

This commit is contained in:
2026-05-14 15:04:43 +00:00
parent a8bd962452
commit 8f5322ca31

View File

@@ -148,6 +148,12 @@ __global__ void remap_sf_to_cutlass_kernel(
}
}
/////////////////////////////////////////////////////////////////////////////////////////////////
// C API
/////////////////////////////////////////////////////////////////////////////////////////////////
extern "C" {
int cutlass_nvfp4_gemm_run(
const void* A_ptr, const void* SFA_ptr,
const void* B_ptr, const void* SFB_ptr,