79430296

Date: 2025-02-11 14:27:05
Score: 1
Natty:
Report link

Without an easy to run MRE I can't confirm but just from reading:

The z_t object you are using in z_cu_from_z already has host memory allocated at the location in z_t.bits (from the init call on your first line). You are trying to allocate device memory to an address that already has host memory allocated to it.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Treeman