krzikalla
krzikalla
Ah, that's even better. I always wondered, why the `__host__ __device__` was necessary, since the compiler is already able to complain about missing those prefixes. When will NVC++ arrive?
This is a follow-up to PR https://github.com/google/benchmark/pull/1027 The approach is basically the same, it now addresses most of the comments made there.
> I guess i will need to review this. It's unfortunate that so much time has passed since the previous attempt, i basically do not recall what specific issues i...
I've also encountered this bug more than once. Client runs on Windows, server runs on Linux. Some observations: 1. It has nothing to do with sym links - I don't...
Thanks for the advice. At least it helped pinning down the reason: it is a problem with symbolic links after all. Only, that the symlink is embedded deep inside the...
The thing is, that the h0 in /home/h0/userid may change. I guess, it is rather a VSC issue. If you aggree, I'd file an issue there. In the end using...
I thought it is a VS Code issue, since it also happens with "Find in Files", which (as far as I understand) is not related to the extension.
Hmm, the issue seems to be complex. After disabling the extension no "wrongly" named documents(*) were found (I've also cleared the exclude settings and restarted). However, after reenabling the extension,...
I had the same problem. In my case a parameter is unused (non-pure virtual function in the base class), but needs to be documented. How about introducing paramters names, which...
Thanks for the quick reply. Just to be sure: I guess, `alpaka::getDynSharedMem` and `alpaka::declareSharedVar` don't interoperate well. It's manageable for me, I just want to be sure before I am...