Skip to content

Commit d72118c

Browse files
committed
Merge commit 'e31ec51ee5333bec15b5ae10d646c21c422ff9fe'
2 parents 2c07f88 + e31ec51 commit d72118c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

torch/lib/TH/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ IF(C_SSE3_FOUND)
154154
MESSAGE(STATUS "SSE3 Found")
155155
SET(CMAKE_C_FLAGS "${C_SSE3_FLAGS} -DUSE_SSE3 ${CMAKE_C_FLAGS}")
156156
ENDIF(C_SSE3_FOUND)
157-
# we dont set -mavx and -mavx2 flags globally, but only for specific files
157+
# we don't set -mavx and -mavx2 flags globally, but only for specific files
158158
# however, we want to enable the AVX codepaths, so we still need to
159159
# add USE_AVX and USE_AVX2 macro defines
160160
IF(C_AVX_FOUND)

torch/lib/TH/vector/VSX.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ static void THFloatVector_divs_VSX(float *y, const float*x, const float c, const
13451345
// TODO
13461346
//
13471347
//
1348-
// Finished runnning all tests. All tests PASSED.
1348+
// Finished running all tests. All tests PASSED.
13491349
//
13501350
//------------------------------------------------
13511351
#ifdef RUN_VSX_TESTS
@@ -2509,7 +2509,7 @@ int main()
25092509

25102510

25112511

2512-
printf("Finished runnning all tests. All tests PASSED.\n");
2512+
printf("Finished running all tests. All tests PASSED.\n");
25132513
return 0;
25142514
}
25152515

0 commit comments

Comments
 (0)