Jeff Daily

Results 27 issues of Jeff Daily

Follow-up to #12707. docker build is broken otherwise; model dir is gone.

A number of reported issues would have been avoided had there been an automated test suite with good code coverage on 32- and 64-bit Python2/3. @philres any suggestions? My Python...

In preparation for #89621. Partial reverts of #82498 and #86369. cc @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport

module: rocm
open source
ciflow/trunk
release notes: releng

Fixes nightly wheel seg fault during pytorch shutdown. cc @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang

module: rocm
open source
ciflow/rocm

cc @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang

module: rocm
open source
ciflow/rocm

To build for ROCm: ``` ./helpers/hipify.sh mkdir build cd build cmake -DUSE_ROCM=1 .. ``` CUDA source files are hipified in-place using the helper script before running cmake. The "cuda" device...

in progress
feature

Fixes test_c10d_nccl.py -k test_timeout_dumps_timing_enabled_True.

open source
ciflow/periodic
ciflow/rocm

- do not use THC.h or THH.h or THCState - rename files to avoid collisions at build time due to hipify - HIP host device definitions in tensorview.h - use...

Just a heads up that parasail 2.0 is nearly released. Lots of new features, but at the cost of a few backwards-incompatible changes. Notably, you should use getter functions for...

The suftest.c test program reads a file from the command line. The entire file is read, including possibly the EOF. When attempting to use the sais routine directly, outside of...