alpaka icon indicating copy to clipboard operation
alpaka copied to clipboard

[on hold] Add a deduction guide for Vec

Open bernhardmgruber opened this issue 2 years ago • 4 comments

This PR adds a deduction guide to alpaka::Vec to make its construction less verbose.

  • [x] Please merge #1620 first.

bernhardmgruber avatar Feb 22 '22 13:02 bernhardmgruber

What is the state here?

j-stephan avatar Mar 23 '22 14:03 j-stephan

What is the state here?

The state is: 2022-03-10T15:28:23.0101765Z D:\a\alpaka\alpaka\include\alpaka/vec/Vec.hpp(102): internal error : assertion failed at: "cp_gen_be.c", line 4745 in gen_class_qualifier [D:\a\alpaka\alpaka\build\test\unit\vec\vecTest.vcxproj] on nvcc 11.3 (Linux and Windows). So there is nothing I can do here for now.

bernhardmgruber avatar Mar 23 '22 14:03 bernhardmgruber

So there is nothing I can do here for now.

Okay. What do you plan to do in the mid- to long term? It might take a while until we can phase out CUDA 11.3.

j-stephan avatar Mar 28 '22 10:03 j-stephan

Okay. What do you plan to do in the mid- to long term? It might take a while until we can phase out CUDA 11.3.

Well, maybe a minor update fixes it at some point. Otherwise, i would just let the PR wait here.

bernhardmgruber avatar Mar 28 '22 11:03 bernhardmgruber