We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
resize and realloc have default dimension arguments set to 0 rather than ~size_t(0).
The text was updated successfully, but these errors were encountered:
Made the necessary fixes for resize and realloc, added unit test, testing now.
Sorry, something went wrong.
Also fixed DynRankView Ctor for ViewAllocateWithoutInitializing. Tested with gcc/4.9 cuda/7.5.18 intel/16.0.1 clang/3.6.1
Pull request to develop #304
ndellingwood
No branches or pull requests
resize and realloc have default dimension arguments set to 0 rather than ~size_t(0).
The text was updated successfully, but these errors were encountered: