Damien L-G

Results 492 comments of Damien L-G

You need to fence in the 1st overload of `fetch_device_view_element` before you return `val_h`. But sure you can open a PR for it.

I purposefully did not yet update the `kokkosp.kernel_name.*` tests to highlight how this PR impacts the tooling interface. Here is a summary of what changed for a few compilers: **MSVC**...

Extracting here one of the test case: | | Before | After| | --- | --- | --- | | MSVC | "class " | "const class \`anonymous-namespace'::test_kernel_name_parallel_for::" | |...

Note that while the length of defaulted kernel names generally increases with lambdas, it often decreases for templated functors. That is to say, I am showing you the worse case...

Ignoring NVHPC segfault in the OpenACC build. Everything else passed.

What prevents you to create a docs/ directory and document in a markdown file?

I am torn on this. I feel like it is a "components" misuse.

> > > Your test is really weak. It will pass if the sampler does nothing and just always forward to the underlying tool. > > > > > >...