We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab40e66 commit f42312eCopy full SHA for f42312e
ggml-cuda.cu
@@ -2474,7 +2474,7 @@ GGML_CALL static enum ggml_status ggml_backend_cuda_graph_compute(ggml_backend_t
2474
void * ggml_cuda_cpy_fn_ptr = nullptr;
2475
2476
if (cuda_ctx->cuda_graph->graph == nullptr) {
2477
- if (ggml_cuda_info().devices[cuda_ctx->device].cc < 800) {
+ if (ggml_cuda_info().devices[cuda_ctx->device].cc < CC_AMPERE) {
2478
cuda_ctx->cuda_graph->disable_due_to_gpu_arch = true;
2479
#ifndef NDEBUG
2480
fprintf(stderr, "%s: disabling CUDA graphs due to GPU architecture\n", __func__);
0 commit comments