MFAlexandru / Optix-PathTracing

Implementation of path tracing using CUDA and Optix
MIT License
0 stars 0 forks source link

Not an issue, just general query regards version #1

Open bipul-mohanto opened 2 years ago

bipul-mohanto commented 2 years ago

Hi @MFAlexandru !

First of all, I have to mention that you did really something beautiful with path tracing. This is not an issue actually, but my query:

  1. Which version of CUDA and OptiX you have used for implementation? The reference OptiX Samples you have used probably on version 4.0.

Thanks.

MFAlexandru commented 2 years ago

Hi,

Indeed i used Optix 4.0 and CUDA 11, thank you for the compliment.

On Wed, 22 Dec 2021, 5:33 pm Bipul Mohanto, @.***> wrote:

Hi @MFAlexandru https://github.com/MFAlexandru !

First of all, I have to mention that you did really something beautiful with path tracing. This is not an issue actually, but my query:

  1. Which version of CUDA and OptiX you have used for implementation? The reference OptiX Samples you have used probably on version 4.0.

Thanks.

— Reply to this email directly, view it on GitHub https://github.com/MFAlexandru/Optix-PathTracing/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALEMGPGVPM4W5F5GYW4ZSBTUSHVTVANCNFSM5KSZ57DQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

bipul-mohanto commented 2 years ago

Okay, I thought OptiX 4.0 used to use CUDA 7.5 or 8. I did not know it also could work on CUDA 11. Good to know.