mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-28 12:19:00 +00:00
cleanup
This commit is contained in:
parent
5aa83c43d4
commit
7c6da94ba8
1 changed files with 0 additions and 2 deletions
|
@ -211,7 +211,6 @@ pub(crate) fn matmul_algo_get_heuristic(
|
||||||
return_algo_count: &mut ::core::ffi::c_int,
|
return_algo_count: &mut ::core::ffi::c_int,
|
||||||
) -> cublasStatus_t {
|
) -> cublasStatus_t {
|
||||||
let mut hip_algos = vec![unsafe { mem::zeroed() }; requested_algo_count as usize];
|
let mut hip_algos = vec![unsafe { mem::zeroed() }; requested_algo_count as usize];
|
||||||
*return_algo_count = 123;
|
|
||||||
unsafe {
|
unsafe {
|
||||||
hipblasLtMatmulAlgoGetHeuristic(
|
hipblasLtMatmulAlgoGetHeuristic(
|
||||||
light_handle.handle,
|
light_handle.handle,
|
||||||
|
@ -306,7 +305,6 @@ pub(crate) fn matmul_desc_set_attribute(
|
||||||
}?,
|
}?,
|
||||||
_ => return cublasStatus_t::ERROR_NOT_SUPPORTED,
|
_ => return cublasStatus_t::ERROR_NOT_SUPPORTED,
|
||||||
}
|
}
|
||||||
// unsafe { hipblasLtMatmulDescSetAttribute(matmul_desc.desc, hip_attr, buf, size_in_bytes) }?;
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue