Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just support all memory alloc modes
Browse files Browse the repository at this point in the history
kshyatt committed Jan 25, 2025
1 parent e0a8206 commit 804a967
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
@@ -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
Loading

0 comments on commit 804a967

Please sign in to comment.