Jury duty

Results 15 issues of Jury duty

### 🐛 Describe the bug I kept getting following errors, can someone shed a light? I can' see any hint of logs etc., ``` rm -rf build ; CXX=hipcc USE_FFMPEG=0...

### 🐛 Describe the bug Originated from here. **Pls do not hastily close until torchaudio is built succesfully. The official insruction does not have enough information to get the build...

I am seeing lot of T_Debug which enables number of debug prints. However I am at loss to how to enable it from cmdline param? I see there is rv=kernelArguments(T_debug)...

### Problem Description Used to build ok in 5.7 In 6.0, to observe, simply go to tests/kfdtest folder and follow the usual instruction to buiild to see it fails. ###...

ROCm5.6, ubuntu 22.04. 1. I tried issuing following command and syntax looks correct but it complains about session name: 2. Secondly, it shows example using amdsys not rocsys, which I...

Following simple vector c++ without tracer code support will compile and run ok: hipcc ; ./a.out if I add roctracer_ext.h include and compile with roctracer library, bunch of errors spit...

I am seeing following... ``` python3 setup.py develop torch.__version__ = 2.2.0a0+gitbbd5b93 running develop running egg_info writing flash_attn.egg-info/PKG-INFO writing dependency_links to flash_attn.egg-info/dependency_links.txt writing requirements to flash_attn.egg-info/requires.txt writing top-level names to flash_attn.egg-info/top_level.txt...

Using ROCm-6.0 release pip3 list | grep -i msgpack msgpack 1.0.8 Also did pip install -r .sphinx/requirements as instructed in the README. ``` ./install.sh --clients Creating project build directory in:...

**Describe the bug** I saved the password using -pw in extra putty arguments field. But sometimes it works but in most occasions, it does not seem working and still have...

Without AS feature, build is ok but when enabled, seems failing with cc compiler which is not recognizing shared-libasan. tried setting CMAKE_CXX_COMPILER_ID=Clang but still same: export CMAKE_CXX_COMPILER_ID=Clang ; sudo bash...