-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix issues with the ampere example #61
Fix issues with the ampere example #61
Conversation
m.set_slice3x3({ | ||
m.set_slice_3x3({ |
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.
This seems to be a bug. set_slice3x3
is not defined anywhere in the code.
Co-authored-by: Muhammad Tanvir <[email protected]>
Co-authored-by: Muhammad Tanvir <[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.
LGTM!
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.
LGTM.
Fix some issues when trying to build and run the 14_ampere example for SYCL. --------- Co-authored-by: Muhammad Tanvir <[email protected]>
Fix some issues when trying to build and run the 14_ampere example for SYCL. --------- Co-authored-by: Muhammad Tanvir <[email protected]>
Fix some issues when trying to build and run the 14_ampere example for SYCL. --------- Co-authored-by: Muhammad Tanvir <[email protected]>
This PR fixes some issues when trying to build and run the 14_ampere example for SYCL.