MIOpen
MIOpen copied to clipboard
AMD's Machine Intelligence Library
I have tested some cases and found the behavior of this function is: ``` y = (alpha + beta) * y + alpha * bias ``` This make me very...
My system: AMD Ryzen 5 7600X 32 GB RAM DDR5 6000 Mhz NVME SSD 256 GB (For Ubuntu) + 2 TB (For Windows) AMD Radeon RX 6800 RDNA 2 I'm...
Hi developers, MIOpen tests directly leverage internal APIs (e.g., [`miopen::ActivationDescriptor`](https://github.com/ROCm/MIOpen/blob/develop/test/activation.cpp#L68)) rather than public APIs [`miopenCreateActivationDescriptor`](https://rocm.docs.amd.com/projects/MIOpen/en/latest/doxygen/html/group__activation.html#ga92c0d5c8719120d3ade6a83f9c35c4af) to implement the functionalities. This makes the shared library `libMIOpen.so` has to expose many unnecessary...
MIOpenPoolingBackwards requires additional workspace while CUDNN doesn't, and this complicates the porting work from CUDNN to MIOpen since it is not easy sometimes to pair the Forwards and Backwards invocations...
I have 7900XTX, the gfx1100 one. I have wait for the pre-compiled kernels package for months, but there is still no pre-compiled kernels package. Would u like to provide one...
use RX 7800 XT, ROCm 6.1.3 linux(ubuntu) amd yolov8 MIOpen Error: ``` /long_pathname_so_that_rpms_can_package_the_debug_info/src/extlibs/MLOpen/src/ocl/convolutionocl.cpp:526: No invoker was registered for convolution forward. Was find executed? ``` ``` Epoch GPU_mem box_loss cls_loss dfl_loss...
When will windows support be available as announced at CES 2024?
# 1. Description: Currently RNNs are accessible through the public API, but they are not implemented as solvers like other operations.
**[Observations}**: Reproducer: ``` ./bin/MIOpenDriver convfp16 -n 128 -c 3 -H 224 -W 224 -k 96 -y 7 -x 7 -p 0 -q 0 -u 2 -v 2 -l 1 -j...
- [x] **(1) Some old static solvers should be allowed only for the following targets:** - gfx900/906 (Vega10/20, MI50/60, Radeon VII etc) - gfx908/90a (MI100, MI200) - gfx103X (Navi 2X)...