hughperkins / coriander

Build NVIDIA® CUDA™ code for OpenCL™ 1.2 devices
Apache License 2.0
842 stars 88 forks source link

I'm extremely impressed by this project. #89

Open aerosayan opened 4 years ago

aerosayan commented 4 years ago

I came from this SO question : https://stackoverflow.com/questions/30820064/

I gotta say, this is a really cool project.

I have some things that I would like to know.

Thanks. :)

hughperkins commented 4 years ago

It's not being maintained. I switched to trying to do research. You have the opportunity to take this, and make it work. If you do, people will remember the project for you, not for me.

Yes, it has been tested on Intel integrated gpus.

Hugh

On Wed, Jan 29, 2020, 07:50 Sayan Bhattacharjee notifications@github.com wrote:

I came from this SO question : https://stackoverflow.com/questions/30820064/

I gotta say, this is a really cool project.

I have some things that I would like to know.

  • Is this project being maintained regularly?
  • I saw that you're # including cuda libraries in your C++ code. I plan to use this on a laptop which only has an Intel HD GPU. Thus, I don't have NVIDIA drivers or compilers installed. Is it possible to still use your library on such a machine?

Thanks. :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hughperkins/coriander/issues/89?email_source=notifications&email_token=AAA6FKHBDXJIVZQCCB6FODDRAF3RPA5CNFSM4KNEB3HKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IJQXKIA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA6FKA6O2MYIA45PQZ4HMLRAF3RPANCNFSM4KNEB3HA .

aerosayan commented 4 years ago

Awesome!

I'm mostly interested in using GPUs for solving Computational Fluid Dynamics related stuff, which are embarrassingly parallelizable. So, let's see if I can get it up and running.

Really excited to try it out!

Let's keep in contact.