Skip to content

Commit ebab567

Browse files
fix amdgpu extension
1 parent be0db63 commit ebab567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNNlib/ext/GNNlibAMDGPUExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module GNNlibAMDGPUExt
22

3-
using AMDGPU
3+
using AMDGPU: AnyROCMatrix
44
using Random, Statistics, LinearAlgebra
55
using GNNlib: GNNlib, propagate, copy_xj, e_mul_xj, w_mul_xj
66
using GNNGraphs: GNNGraph, COO_T, SPARSE_T

0 commit comments

Comments
 (0)