Skip to content

Commit 41ceef7

Browse files
committed
Inactive get num devices
1 parent e9043cb commit 41ceef7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/llvm/attributes.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const nofreefns = Set{String}((
2+
"ClientGetAddressableDevices",
23
"ClientNumAddressableDevices",
34
"BufferToDevice",
45
"BufferToClient",
@@ -162,6 +163,7 @@ const nofreefns = Set{String}((
162163
))
163164

164165
const inactivefns = Set{String}((
166+
"ClientGetAddressableDevices",
165167
"ClientNumAddressableDevices",
166168
"BufferToDevice",
167169
"BufferToClient",

0 commit comments

Comments
 (0)