Skip to content

Commit

Permalink
Use cuda.bindings layout. (#6233)
Browse files Browse the repository at this point in the history
This PR updates cuML to use the new cuda-python `cuda.bindings` layout. See rapidsai/build-planning#117.

Authors:
  - Bradley Dice (https://github.com/bdice)
  - https://github.com/jakirkham

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - https://github.com/jakirkham

URL: #6233
  • Loading branch information
bdice authored Jan 24, 2025
1 parent df25a57 commit b1ac238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuml/cuml/svm/linear.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ from pylibraft.common.interruptible import cuda_interruptible
from cuml.common import input_to_cuml_array
from libc.stdint cimport uintptr_t
from libcpp cimport bool as cppbool
from cuda.ccudart cimport(
from cuda.bindings.cyruntime cimport(
cudaMemcpyAsync,
cudaMemcpyKind,
)
Expand Down

0 comments on commit b1ac238

Please sign in to comment.