Skip to content

Commit

Permalink
Trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pxl-th committed Apr 5, 2023
1 parent fb3da33 commit 988d358
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ext/NNlibAMDGPUExt/NNlibAMDGPUExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ end
include("softmax.jl")
include("activations.jl")
else
@warn "ROCm MIOpen is not available for AMDGPU. NNlib has limited functionality for AMDGPU."
@warn """
ROCm MIOpen is not available for AMDGPU.
NNlib has limited functionality for AMDGPU.
"""
end

end

0 comments on commit 988d358

Please sign in to comment.