Finlay
Finlay
This document includes a non-complete list of modern C++ features that the hipcc compiler supports with examples.
# Summary `FORWARD/BACKWARD_SCALE` not equal to `1.0` should be implemented for the cuFFT backend of the DFT interface. # Problem statement When #284 is merged, using a `FORWARD/BACKWARD_SCALE != 1.0`...
Since https://github.com/llvm/llvm-project/pull/80801, clang requires an explicit template list after the use of the template keyword for template member function.
In the README the metrics for a csv are queried here: https://github.com/intel/pti-gpu/blob/master/tools/unitrace/README.md#list-contents-of-the-metric-data-file Two of the metrics listed for that file are `L3_BYTE_READ[bytes]` and `L3_BYTE_WRITE[bytes]`. These are metrics I would like...