Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Nov 9, 2023
1 parent f463269 commit bdd03d8
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!
import FastIce.Architecture: 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!
import FastIce.Architecture: heuristic_groupsize, set_device!, get_device

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

Expand Down

0 comments on commit bdd03d8

Please sign in to comment.