fix: add missing extern "C" opening brace lost during file reconstruction
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user