File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
.ci/docker/ci_commit_pins
runtime/core/portable_type/c10/c10/util Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1- b40585022f80385c0bbf5c0d08c172c391ed2318
1+ 8c16d0e4047a8ac5885baf52e8779fb3e36f2987
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def python_is_compatible():
7171#
7272# NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt
7373# by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/
74- NIGHTLY_VERSION = "dev20250527 "
74+ NIGHTLY_VERSION = "dev20250526 "
7575
7676
7777def install_requirements (use_pytorch_nightly ):
Original file line number Diff line number Diff line change @@ -10,14 +10,11 @@ C10_CLANG_DIAGNOSTIC_PUSH()
1010C10_CLANG_DIAGNOSTIC_IGNORE (" -Wimplicit-int-float-conversion" )
1111#endif
1212
13- #if defined(SYCL_EXT_ONEAPI_BFLOAT16_MATH_FUNCTIONS)
1413#if defined(CL_SYCL_LANGUAGE_VERSION)
1514#include < CL/sycl.hpp> // for SYCL 1.2.1
16- #else
15+ #elif defined(SYCL_LANGUAGE_VERSION)
1716#include < sycl/sycl.hpp> // for SYCL 2020
1817#endif
19- #include < ext/oneapi/bfloat16.hpp>
20- #endif
2118
2219namespace c10 {
2320
Original file line number Diff line number Diff line change 1414#include < cuda_bf16.h>
1515#endif
1616
17- #if defined(SYCL_EXT_ONEAPI_BFLOAT16_MATH_FUNCTIONS)
1817#if defined(CL_SYCL_LANGUAGE_VERSION)
1918#include < CL/sycl.hpp> // for SYCL 1.2.1
20- #else
19+ #elif defined(SYCL_LANGUAGE_VERSION)
2120#include < sycl/sycl.hpp> // for SYCL 2020
2221#endif
23- #include < ext/oneapi/bfloat16.hpp>
24- #endif
2522
2623namespace c10 {
2724
You can’t perform that action at this time.
0 commit comments