Skip to content

Commit 829fe2a

Browse files
committed
Report USM shared memory support in versioninfo.
[ci skip]
1 parent 7344ad8 commit 829fe2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/util.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ function versioninfo(io::IO=stdout)
101101
if usm_caps.device.access
102102
push!(usm_tags, "d")
103103
end
104+
if usm_caps.shared.access
105+
push!(usm_tags, "s")
106+
end
104107
push!(tags, "usm:"*join(usm_tags, "+"))
105108
end
106109
if cl.bda_supported(device)

0 commit comments

Comments
 (0)