-
Notifications
You must be signed in to change notification settings - Fork 192
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
Improve GPU support in examples #1146
base: master
Are you sure you want to change the base?
Conversation
Given #268 (comment), Let me continue working on this. Any feedback is welcomed, e.g., what do you think about the other changes here? The main reason for including |
Makefile
(refactoring and GPU support is recognized automatically without the need of passing an extra flag such asuse_cuda=1
)custom_
prefix to memory function wrappers (malloc
,calloc
, andfree
) to avoid confusion with functions fromstdlib.h
ex[1-9]
toex0[1-9]
for better folder organizationREADME.md
file with a high-level description about the examples and notes about GPU usageCloses #1129