Skip to content

Commit 8b8ee7f

Browse files
committed
spacing fix
1 parent 0a0b41b commit 8b8ee7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aten/src/ATen/Context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ at::BlasBackend Context::blasPreferredBackend() {
362362
static const std::vector<std::string> archs = {
363363
"gfx90a", "gfx942",
364364
#if ROCM_VERSION >= 60300
365-
"gfx1100", "gfx1101", "gfx1151", "gfx1200", "gfx1201",
365+
"gfx1100", "gfx1101", "gfx1151", "gfx1200", "gfx1201",
366366
#endif
367367
#if ROCM_VERSION >= 60500
368368
"gfx950"

0 commit comments

Comments
 (0)