Skip to content

Commit e9043cb

Browse files
committed
Mark client num devices as inactive
1 parent a7863e3 commit e9043cb

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+
"ClientNumAddressableDevices",
23
"BufferToDevice",
34
"BufferToClient",
45
"jl_typeof",
@@ -161,6 +162,7 @@ const nofreefns = Set{String}((
161162
))
162163

163164
const inactivefns = Set{String}((
165+
"ClientNumAddressableDevices",
164166
"BufferToDevice",
165167
"BufferToClient",
166168
"jl_typeof",

0 commit comments

Comments
 (0)