commit before zipping to send to office
This commit is contained in:
parent
7ed9dab8f9
commit
ce71696cb6
14
src/main.cu
14
src/main.cu
@ -112,6 +112,20 @@ int main(int argc, char **argv) {
|
|||||||
if(rank == 0) {
|
if(rank == 0) {
|
||||||
LOG("cuDSS handle created successfully");
|
LOG("cuDSS handle created successfully");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Cleanup */
|
/* Cleanup */
|
||||||
CUDSS_CHECK(cudssDestroy(handle));
|
CUDSS_CHECK(cudssDestroy(handle));
|
||||||
if(rank == 0) {
|
if(rank == 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user