File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
.ci/docker/ci_commit_pins Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- 2dccff7dcf56b0d168ebfd7ca08bdeca37273c56
1+ 6fc0ad22f0a07b6f38d138861c56a765d5a9bb02
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 = "dev20250723 "
74+ NIGHTLY_VERSION = "dev20250725 "
7575
7676
7777def install_requirements (use_pytorch_nightly ):
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments