Skip to content

Commit

Permalink
Just support all memory alloc modes
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed Jan 23, 2025
1 parent a2dedad commit cc7e01f
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion lib/cublas/CUBLAS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using ..APIUtils

using ..CUDA
using ..CUDA: CUstream, cuComplex, cuDoubleComplex, libraryPropertyType, cudaDataType, i32
using ..CUDA: unsafe_free!, retry_reclaim, isdebug, @sync, initialize_context, CuRefArray, DeviceMemory, UnifiedMemory
using ..CUDA: unsafe_free!, retry_reclaim, isdebug, @sync, initialize_context, CuRefArray, AbstractMemory

using ..CUDA: CUDA_Runtime
using ..CUDA_Runtime
Expand Down
Loading

0 comments on commit cc7e01f

Please sign in to comment.