Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Jun 8, 2024
1 parent e5ac000 commit ffc360d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/LuxDeviceUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ Base.@deprecate __is_functional(x) functional(x)
Checks if the trigger package for the device is loaded. Trigger packages are as follows:
- `LuxCUDA.jl` for NVIDIA CUDA Support.
- `AMDGPU.jl` for AMD GPU ROCM Support.
- `Metal.jl` for Apple Metal GPU Support.
- `oneAPI.jl` for Intel oneAPI GPU Support.
- `LuxCUDA.jl` for NVIDIA CUDA Support.
- `AMDGPU.jl` for AMD GPU ROCM Support.
- `Metal.jl` for Apple Metal GPU Support.
- `oneAPI.jl` for Intel oneAPI GPU Support.
"""
@inline loaded(x) = false

Expand Down

0 comments on commit ffc360d

Please sign in to comment.