Adding CUDA tutorials#2
Conversation
| * | ||
| * NVIDIA Corporation and its licensors retain all intellectual property and | ||
| * proprietary rights in and to this software and related documentation. | ||
| * Any use, reproduction, disclosure, or distribution of this software |
There was a problem hiding this comment.
Maybe @vgvassilev has a different opinion, but including anything which has that it requires an express license agreement from NVIDIA Corporation is strictly prohibited is probably legally questionable for us to include in any of our repos, since we probably don't have such a licence.
There was a problem hiding this comment.
I reviewed the notebooks and I dont think i use this header anywhere. Its possible that Ive used it in a previous one that I have deleted. I`ll delete it and rerun the notebooks just in case.
| @@ -0,0 +1,162 @@ | |||
| { | |||
There was a problem hiding this comment.
I haven't checked the other notebooks in this PR, but the code in this notebook is pretty much the same code as in section 4.2.2 of Cuda by example (link to Google books page here https://books.google.co.uk/books?id=Om8JRAAACAAJ&source=gbs_book_other_versions) . The inclusion of this with no acknowledgment or permission seems legally iffy.
There was a problem hiding this comment.
You`re right. For most of my notebooks I used this book that @vgvassilev gave me a link to. I didnt think that could cause legal problems. I will remake the code part to be more original. Maybe we could add somewhere credits to the book.
Adding the CUDA tutorials i have already worked on in another repository