Skip to content

Commit 0b369e7

Browse files
committed
05-27 doesn't seem to be working, try 05-26
[ghstack-poisoned]
1 parent 72fb9b7 commit 0b369e7

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b40585022f80385c0bbf5c0d08c172c391ed2318
1+
8c16d0e4047a8ac5885baf52e8779fb3e36f2987

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

7777
def install_requirements(use_pytorch_nightly):

runtime/core/portable_type/c10/c10/util/BFloat16-inl.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ C10_CLANG_DIAGNOSTIC_PUSH()
1010
C10_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

2219
namespace c10 {
2320

runtime/core/portable_type/c10/c10/util/BFloat16.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@
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

2623
namespace c10 {
2724

0 commit comments

Comments
 (0)