"...git@developer.sourcefind.cn:kecinstone/2024-pra-vllm.git" did not exist on "f964493274c3c839b2e27453cb70f179090cd027"
Commit 66bd0b32 authored by wenjh's avatar wenjh
Browse files

Fix build error

parent bcaa56b9
......@@ -1201,16 +1201,7 @@ void nvte_cublas_batchgemm_tensorwise_int8(const NVTETensor A, const NVTETensor
NVTE_ERROR("TT layout not allowed.");
}
hipblasLtHandle_t handle = nullptr;
// Init hipblaslt handles (once, globally)
static std::once_flag init_flag;
static hipblasLtHandle_t hipblaslt_handles[compute_num_streams];
std::call_once(init_flag, init_hipblaslt_handles, hipblaslt_handles);
handle = hipblaslt_handles[0];
NVTE_ERROR("Remove nvte_cublas_batchgemm_tensorwise_int8 for now.");
}
#endif
\ No newline at end of file
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment