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
when I reading a code of cmake file in pocl I saw that
option(ENABLE_VENTUS "Enable Ventus GPGPU device driver." OFF)
I want to ask why ventus is not enable.
By the way I wonder how did you designed and integrated pocl to ventus. Is there any paper or source about it. Thank you for great work. Have a nice day.
The text was updated successfully, but these errors were encountered:
I think you can refer to lib/CL/devices for details , basically, to implement a new device for pocl, you need to implement all the APIs for the Opencl version supported by your devices, hope my comment can help you~ @suleymanemre
Hi there,
when I reading a code of cmake file in pocl I saw that
option(ENABLE_VENTUS "Enable Ventus GPGPU device driver." OFF)
I want to ask why ventus is not enable.
By the way I wonder how did you designed and integrated pocl to ventus. Is there any paper or source about it. Thank you for great work. Have a nice day.
The text was updated successfully, but these errors were encountered: