Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Nov 9, 2023
1 parent 72425f6 commit 50f3793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/AMDGPUExt/AMDGPUExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module AMDGPUExt

using AMDGPU, AMDGPU.ROCKernels

import FastIce.Architecture: heuristic_groupsize, set_device!, get_device
import FastIce.Architectures: heuristic_groupsize, set_device!, get_device

set_device!(dev::HIPDevice) = AMDGPU.device!(dev)

Expand Down
2 changes: 1 addition & 1 deletion ext/CUDAExt/CUDAExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module CUDAExt

using CUDA, CUDA.CUDAKernels

import FastIce.Architecture: heuristic_groupsize, set_device!, get_device
import FastIce.Architectures: heuristic_groupsize, set_device!, get_device

set_device!(dev::CuDevice) = CUDA.device!(dev)

Expand Down

0 comments on commit 50f3793

Please sign in to comment.