Fix compilation with fmt 10 #686
Labels
category: CUDA
category: HIP
effort: 2
A few hours of work.
priority: medium
This should be done sooner or later.
type: bug
Milestone
It seems like compiling pika with CUDA/HIP enabled now breaks with fmt 10 (e.g. https://gitlab.com/cscs-ci/ci-testing/webhook-ci/mirrors/4700071344751697/7514005670787789/-/jobs/4274622344#L6). This seems to be coming from fmt not wanting to format
cudaError_t
/hipError_t
without a formatter. We should investigate why this changed and then fix it in pika (cast toint
since that's all the error codes are?).The text was updated successfully, but these errors were encountered: