Is it possible to use libcu++ with scala-native for GPU programming?

Viewed 67

I am trying to build a super-optimizer in scala native and to perform better I would like to have GPU support. is this possible with some GPU programming library for C or C++?

1 Answers
Related