Skip to content

Commit

Permalink
Bump GPU pacakge versions (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshin23 authored Nov 5, 2024
1 parent 78b3552 commit 57566d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ExaModelsOneAPI = "oneAPI"
ExaModelsSpecialFunctions = "SpecialFunctions"

[compat]
AMDGPU = "0.7, 0.8"
AMDGPU = "1"
CUDA = "5"
Ipopt = "1.6"
KernelAbstractions = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion src/nlp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ julia> c = ExaCore(Float32; backend = CUDABackend())
An ExaCore
Float type: ...................... Float32
Array type: ...................... CUDA.CuArray{Float32, 1, CUDA.Mem.DeviceBuffer}
Array type: ...................... CUDA.CuArray{Float32, 1, CUDA.DeviceMemory}
Backend: ......................... CUDA.CUDAKernels.CUDABackend
number of objective patterns: .... 0
Expand Down

0 comments on commit 57566d0

Please sign in to comment.