Skip to content

Commit 7820023

Browse files
authored
Bump PytorchTorch pin to 0725
Differential Revision: D78989384 Pull Request resolved: #12863
1 parent 447ac26 commit 7820023

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2dccff7dcf56b0d168ebfd7ca08bdeca37273c56
1+
6fc0ad22f0a07b6f38d138861c56a765d5a9bb02

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 = "dev20250723"
74+
NIGHTLY_VERSION = "dev20250725"
7575

7676

7777
def install_requirements(use_pytorch_nightly):

runtime/core/portable_type/c10/torch/headeronly/macros/Macros.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,13 @@ extern SYCL_EXTERNAL void __assert_fail(
412412
const char* file,
413413
unsigned int line,
414414
const char* func);
415+
#elif (defined(__EMSCRIPTEN__))
416+
// As defined in assert.h in the Emscripten stdlib
417+
_Noreturn void __assert_fail(
418+
const char* expr,
419+
const char* file,
420+
int line,
421+
const char* func);
415422
#else // __SYCL_DEVICE_ONLY__
416423
#if (defined(__CUDA_ARCH__) && !(defined(__clang__) && defined(__CUDA__)))
417424
// CUDA supports __assert_fail function which are common for both device

0 commit comments

Comments
 (0)