Philip Salzmann

Results 32 comments of Philip Salzmann

Thank you, I will need some time to investigate how to best address all your points. > Also I have no idea what to do about the existing skipTest uses...

Sorry for the delay. After looking back into this now, it seems like not too many things need changing after all. I've rebased onto current `devel` and removed the printing...

> Could it be that cublasCreate actually accesses the active device in order to allocate some internal memory? That would explain your invalid memory accesses later on. I think you...

Yep, we ran into this yesterday as well - the spec isn't super clear on this but I would also assume it should be possible to use any combination of...

FWIW, ComputeCpp seems to support it! Edit: Well, I should learn to read - you already said that. In any case, I support the notion that it is likely intended...

I'm back with some news on the unit testing front! I tried to evaluate the differences between Catch2 and Boost.Test to see which framework would be better suited for this...

By the way this is not blocking for me, I'm only leaving this here for documentation purposes. I'm assuming these mechanisms will also be touched by the scheduler rework, so...

I just ran into this with Yarn PnP which does not resolve packages that aren't explicitly listed as dependencies, i.e., I had to manually install both `long` and `protobufjs`. If...

> Or @psalz is this what you're saying, in that to get Yarn PnP to like the generated code, your own project needed explicit dependencies on the imports that were...

Catch2 [ships with Clara](https://github.com/catchorg/Catch2/blob/devel/docs/own-main.md#adding-your-own-command-line-options), a small command line parsing library. Although it seems the standalone project [has been discontinued](https://github.com/catchorg/Clara/blob/master/README.md), it is still alive and well as part of the Catch2...