-
Notifications
You must be signed in to change notification settings - Fork 727
Adding Particle Diffusion code sample to Open Source repo - 2 #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: avillarr <[email protected]>
Signed-off-by: avillarr <[email protected]>
…ME file. Change copyright to 2020 Signed-off-by: avillarr <[email protected]>
…ME file. Change copyright to 2020 Signed-off-by: avillarr <[email protected]>
…ME file. Change copyright to 2020 Signed-off-by: avillarr <[email protected]>
…ME file. Change copyright to 2020 Signed-off-by: avillarr <[email protected]>
…ME file. Change copyright to 2020 Signed-off-by: avillarr <[email protected]>
Signed-off-by: avillarr <[email protected]>
Signed-off-by: avillarr <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good except for copyright.
@@ -0,0 +1,7 @@ | |||
Copyright 2019 Intel Corporation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copyrights need update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anjgola Fixed copyright. Thanks
Signed-off-by: avillarr <[email protected]>
Signed-off-by: avillarr <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Triggering CI
Signed-off-by: avillarr <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving to trigger CI
oneapi-src#42) The CMake for the samples use a work-around for linking the SYCL libraries, however this causes failures on Windows due to explicit linking rather than letting the DPC++ driver handle it correctly when passed the -fsycl flag. This commit removes the workaround as it is believed to no longer be needed. Signed-off-by: Larsen, Steffen <[email protected]> Signed-off-by: Larsen, Steffen <[email protected]>
Added particle-diffusion directory