WIP (cuda)

This commit is contained in:
Ronan Collobert
2025-10-31 13:32:43 -07:00
parent 4a1b1796b7
commit 19ab7911f6

View File

@@ -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.");
} }