Drew Hubley

Results 108 comments of Drew Hubley

C++11 and C++14 both appear to work.

Doesn't work in hyper-v either

@tdegeus I'm curious what the advantage is. I might do this for my repos if there is a trend toward doing this.

@JohanMabille Boost maintains compatibility by using many very ugly macro #ifdef statements to establish what standard (and sometime the compiler vendor and version) is being used on that compile. We...

> There are plenty of reason to switch to C++, but here is one more for an _xtensor_ user who wants to wrap e.g. with _xtensor-python_. Ideal is: > >...

Also the easing of the typename keyword requirements in C++20 would be awesome for writing metaprogramming code.

@JohanMabille @tdegeus I'm trying to implement the interface below for scipy find peaks into xtensor. Do you have any tips on how to implement this without having to use std::enable_if...

@Physicworld Sycl can be used with multiple backends with full or experimental support for NVidia, AMD and Intel. I think sycl (And CUDA) have partial if not complete GPU implementations...

Given that sycl can run on the sycl host backend it would be ideal because all the xtensor call could be refactored into sycl then one implementation would work on...