You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2020. It is now read-only.
using GPUifyLoops,CuArrays, StaticArrays
CuArrays.allowscalar(false)
functionf2(p)
sum(p)
end
_f2 = GPUifyLoops.contextualize(f2)
ps =CuArray([@SVector [10,28,8/3] for i in1:10])
map(_f2,ps)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: