Toby Davis

Results 7 issues of Toby Davis

I think there is an issue with the automatic language detection, as the code highlighting doesn't appear to match the language being used. For example, if I put this code...

This pull request implements a collection of fixes that I've implemented for my own projects. Hopefully at least some of these are useful and, if not, can be adapted to...

245 The current GeneralArrayView assignment implementation does not support OpenCL or CUDA. To implement this, the `dataSourceExtractor` implementation must return a struct containing the view's data, offset and stride. The...

bug
enhancement
help wanted
python
c++
BREAKING
Requires Rewrite

OpenCL on MacOS (M2 Max chip) seems to fail. ``` AGX: exceeded compiled variants footprint limit ``` My best guess is that this is due to the number of OpenCL...

bug
c++
BREAKING
Requires Rewrite

Implement reduction operations that operate on all values in an array, returning a single value. These operations could also apply to a single axis of a vector, which would improve...

enhancement
c++

**Is your feature request related to a problem? Please describe.** There is currently no way of accessing sub-arrays without manually iterating over them, which is sometimes difficult and inconvenient. **Describe...

documentation
enhancement
c++
Requires Rewrite

This is very much a work-in-progress, but I wanted to know how this approach fits with the rest of the codebase. I realise it's not the most "rusty" implementation, but...