Erik Rigtorp
Erik Rigtorp
Unison should honor the [XDG Base Directory Specification](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html) when running on Linux (and probably any posix platform). Specifically profiles should be stored in `$XDG_CONFIG_DIR/unison/*` and archives in `$XDG_DATA_DIR/unison/*`. For backwards...
Project version is defined in CMakeLists.txt: ``` project ( ${HSAKMT_TARGET} VERSION 1.9.0) ``` But later it's not used for the library version (VERSION and SOVERSION): ``` set ( LIB_VERSION_MAJOR 1)...
``` Scanning dependencies of target icd_loader_test [ 25%] Building C object khronos/icd/test/loader_test/CMakeFiles/icd_loader_test.dir/test_kernel.c.o [ 28%] Building C object khronos/icd/test/loader_test/CMakeFiles/icd_loader_test.dir/main.c.o [ 28%] Building C object khronos/icd/test/loader_test/CMakeFiles/icd_loader_test.dir/test_platforms.c.o [ 31%] Building C object khronos/icd/test/loader_test/CMakeFiles/icd_loader_test.dir/icd_test_match.c.o...
### Description This would allow creating custom data format adapters in Python. For example like this to ETL custom format to parquet: ```python class Converter: def read(self, size): # read...
TVDB separates metadata such as episode number etc between as originally aired and the order on DVD releases. I organize my TV library by DVD episode number since it's based...
## 🐛 Bug PyTorch fails to build for gfx1010 architecture ## To Reproduce Steps to reproduce the behavior: 1. Install ROCm 3.7 1. Clone pytorch: `git clone --recursive https://github.com/ROCmSoftwarePlatform/pytorch` 1....