79228901

Date: 2024-11-27 04:09:50
Score: 2
Natty:
Report link

cuda::std::complex is from libcu++. libcu++ makes C++ Standard Library features useable in both host and device code. HIP does not provide something like libcu++. Most functions from std library is not available in device code.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: undefined