Matthias Fauconneau
Matthias Fauconneau
1) impl DeviceCopy for [T; N] can be used since min_const_generics stabilized in 1.51. 2) RustaCuda does not compile on PowerPC without this fix (unsigned char platform).
occa translate array.okl.txt never completes. It works with a short arrays. [array.okl.txt](https://github.com/libocca/occa/files/6631211/array.okl.txt)
Simple blocks after a block group are silently ignored. Parsing into the existing simple_block would reorder. This parses all simple blocks into struct BlockGroup to allow any interleaving of simple...
CMake does not check for presence of libcurl for AWSCore so this fails later during the build, in any case seems to be a hard dependency. https://github.com/o3de/o3de/issues/11783
Hello, I was wondering what is the relationship between jxl-oxide and jxl-rs since you seem to be working on both repositories at the same time ? ^^' My understanding is...
I'm using num-enum in sys to impl TryFrom for Orientation but you might prefer to add an enum in -rs instead with a conversion method.