Skip to content

Commit 158c7e8

Browse files
committed
add basic gitignore, thpp -> at doc fix
1 parent 9d0c674 commit 158c7e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CUDAGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ CUDAGenerator& CUDAGenerator::manualSeed(unsigned long seed) {
4040
return *this;
4141
}
4242

43-
} // namespace thpp
43+
} // namespace at
4444
#endif //AT_CUDA_ENABLED

templates/StorageDerived.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ struct ${Storage} : public Storage {
4343
Context* context;
4444
};
4545

46-
} // namespace thpp
46+
} // namespace at

templates/TensorDerived.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ struct ${Tensor} : public TensorImpl {
3131
friend struct ${Type};
3232
};
3333

34-
} // namespace thpp
34+
} // namespace at

0 commit comments

Comments
 (0)