David Geldreich

Results 5 issues of David Geldreich

My MacPro 1,1 using Piker boot.efi worked fine until the last "Security Update 2018-001". Now, the machine starts booting then loop back to chime ... In verbose mode, no "interesting"...

If I create a config filename with non ascii characters, `./my_app --print > déjà` When I call: `./my_app --config déjà`, I got: ``` my_app-cli.exe --config déjà déjà was not readable...

### How to reproduce ### ``` ccache nvcc -m64 -D_USE_MATH_DEFINES -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS -D__OPENCV_BUILD=1 -Xcompiler ,"-fsigned-char","-W","-Wall","-Wreturn-type","-Wnon-virtual-dtor","-Waddress","-Wsequence-point","-Wformat","-Wformat-security","-Winit-self","-Wpointer-arith","-Wuninitialized","-Wno-comment","-Wno-strict-overflow","-fdiagnostics-show-option","-Wno-long-long","-pthread","-fomit-frame-pointer","-ffunction-sections","-fdata-sections","-msse","-msse2","-msse3","-fvisibility=hidden","-Wno-undef","-Wno-missing-declarations","-Wno-shadow","-Wno-unused-parameter","-Wno-unused-but-set-variable","-O3","-DNDEBUG","-DNDEBUG" -gencode arch=compute_72,code=sm_72 -D_FORCE_INLINES -Xcompiler -DCVAPI_EXPORTS -Xcompiler -fPIC --std=c++14 -DNVCC -c -o foo.o CudaImage.cu ```...

feature
help wanted
compiler: nvcc

**Describe the bug** Code using `block_load` fails to compile with 2 issues ``` /opt/rocm-5.7.0/include/rocprim/block/block_load.hpp:776:5: error: static assertion failed due to requirement 'BlockSize % ::rocprim::device_warp_size() == 0': BlockSize must be a...

Original DPX code does not compile with clang/Xcode on macOS. clang does not accept taking the address of a temporary variable.