Ronan Keryell

Results 214 comments of Ronan Keryell

It looks like this started also in https://github.com/intel/llvm/pull/772

Implementation details: it looks like since C++20 we can inherit deduction guides too along the inherited constructors https://github.com/cplusplus/papers/issues/566 http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1814r0.html

I have started a few weeks ago trying to compile on MacOS. I have found it very difficult just to have a decent modern Unix environment working on MacOS, such...

> I have no problem compiling with the standard toolchain on Mojave. It's just the older MacOS versions that are broken right now. Ah, I think I misunderstood your point....

Amazing progress! :-) The `Jacobi` family of tests are examples contributed by an intern long time ago to experiment with meta-programming for stencil computation when triSYCL was still using only...

I am in the process to dive a little bit more into CMake and digest everything...

I first thought that we did not implement `get_pointer()`, but surprising we do... :-) I have not looked again at TensorFlow since last year. In the meantime SYCL switched from...

Somehow related to https://github.com/triSYCL/triSYCL/issues/157

Of course it is limited on GitHub side by design, but it does not prevent us to use a preprocessor on our side when we make a change on our...

I am afraid you are over-optimistic with triSYCL and TensorFlow. :-( While we have tried a few years ago, we gave up this route because TensorFlow is too huge for...