Skip to content
Discussion options

You must be logged in to vote

Hello @hsunekichi,

There's no Eigen-specific interoperability that I am aware of, however you should be able to use cpu_jit_array = dr::migrate(your_jit_array, AllocType::Host) to ensure that the data is on the host, and then map the data pointer however you like (cpu_jit_array.data()).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by hsunekichi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants