Commit e8a33cc7 authored by rusty1s's avatar rusty1s
Browse files

typo

parent c63cde25
...@@ -7,4 +7,4 @@ void THCCTensor_(graclus)(THCudaLongTensor *self, THCudaLongTensor *row, THCudaL ...@@ -7,4 +7,4 @@ void THCCTensor_(graclus)(THCudaLongTensor *self, THCudaLongTensor *row, THCudaL
THCTensor_(graclus)(state, self, row, col, weight); THCTensor_(graclus)(state, self, row, col, weight);
} }
#endif #endif // THC_GENERIC_FILE
...@@ -7,4 +7,4 @@ void THCCTensor_(grid)(THCudaLongTensor *self, THCTensor *pos, THCTensor *size, ...@@ -7,4 +7,4 @@ void THCCTensor_(grid)(THCudaLongTensor *self, THCTensor *pos, THCTensor *size,
THCTensor_(grid)(state, self, pos, size, count); THCTensor_(grid)(state, self, pos, size, count);
} }
#endif #endif // THC_GENERIC_FILE
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment