mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
WIP (cuda)
This commit is contained in:
@@ -35,9 +35,9 @@ std::vector<array> precompiled_cuda_kernel(
|
|||||||
const std::vector<ScalarArg>&,
|
const std::vector<ScalarArg>&,
|
||||||
std::tuple<int, int, int>,
|
std::tuple<int, int, int>,
|
||||||
std::tuple<int, int, int>,
|
std::tuple<int, int, int>,
|
||||||
int shared_memory,
|
int /* shared_memory */,
|
||||||
std::optional<float> init_value,
|
std::optional<float> /* init_value */,
|
||||||
bool ensure_row_contiguous,
|
bool /* ensure_row_contiguous */,
|
||||||
StreamOrDevice) {
|
StreamOrDevice) {
|
||||||
throw std::runtime_error("[cuda_kernel] No CUDA back-end.");
|
throw std::runtime_error("[cuda_kernel] No CUDA back-end.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user