File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
name = " LuxDeviceUtils"
2
2
uuid = " 34f89e08-e1d5-43b4-8944-0b49ac560553"
3
3
authors = [" Avik Pal <avikpal@mit.edu> and contributors" ]
4
- version = " 0.1.8 "
4
+ version = " 0.1.9 "
5
5
6
6
[deps ]
7
7
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Original file line number Diff line number Diff line change @@ -158,7 +158,10 @@ function _get_gpu_device(; force_gpu_usage::Bool)
158
158
@warn """ No functional GPU backend found! Defaulting to CPU.
159
159
160
160
1. If no GPU is available, nothing needs to be done.
161
- 2. If GPU is available, load the corresponding trigger package.""" maxlog= 1
161
+ 2. If GPU is available, load the corresponding trigger package.
162
+ a. LuxCUDA.jl for NVIDIA CUDA Support!
163
+ b. LuxAMDGPU.jl for AMD GPU ROCM Support!
164
+ c. Metal.jl for Apple Metal GPU Support!""" maxlog= 1
162
165
return cpu_device ()
163
166
end
164
167
end
You can’t perform that action at this time.
0 commit comments