Open EXJUSTICE opened 2 weeks ago
Hi @EXJUSTICE. Internal ticket has been created to assist with your question. Thanks!
Hi @EXJUSTICE , thank you for your message. Just want to understand your question clearly: do you want a set of python API for MIOpen API? Currently MIOpen only support C++ APIs: https://rocm.docs.amd.com/projects/MIOpen/en/latest/reference/index.html
Hi
I understand that it is possible to run MIOpen together with the MIGraph driver on the command line, by adding prefixes for
MIOPEN_FIND_ENFORCE
andMIOPEN_FIND_MODE
. MIGraph also has a Python API - is there support for MIOpen in this approach? For example, through the use of env variables as shown in the documentation