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():
71
71
#
72
72
# NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt
73
73
# 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 "
75
75
76
76
77
77
def 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(
412
412
const char * file,
413
413
unsigned int line,
414
414
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);
415
422
#else // __SYCL_DEVICE_ONLY__
416
423
#if (defined(__CUDA_ARCH__) && !(defined(__clang__) && defined(__CUDA__)))
417
424
// CUDA supports __assert_fail function which are common for both device
You can’t perform that action at this time.
0 commit comments