Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

cudaconvert selects wrong type with --compilecache=no #24

Closed
maleadt opened this issue Jan 9, 2017 · 1 comment
Closed

cudaconvert selects wrong type with --compilecache=no #24

maleadt opened this issue Jan 9, 2017 · 1 comment

Comments

@maleadt
Copy link
Member

maleadt commented Jan 9, 2017

... which effectively breaks DEBUG or TRACE=1. Workaround is to leave precompilation on, but trick julia into re-inferring by touching one of the package sources.

Caused by JuliaLang/julia#19942, cudaconvert(CuArray{Float32,2}) doesn't yield CuDeviceArray{Float32,2}, breaking argument handling in actual_types.

@maleadt
Copy link
Member Author

maleadt commented Feb 2, 2017

Fixed by #36 (d80d022).

@maleadt maleadt closed this as completed Feb 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant