Artem Tamazov

Results 35 issues of Artem Tamazov

This is required for https://github.com/ROCmSoftwarePlatform/MIOpen. Why we need rocm_smi_lib: - Beginning from ROCm 4.1 RC, MIOpen needs to inform offline compilers about target features (XNACK and SRAMECC). - Otherwise HIP/OCL...

enhancement

It seems like comgr is not working properly in multithreaded contexts. This prevents it from full-blown usage in MIOpen. ## How to reproduce Prerequisites: A linux machine with gfx900/906/908 GPU...

enhancement
priority_high

Installation of MIOpen deps fail due to the above. `cget install pfultz2/cget-recipes` works but does not help. ```bash # cmake -P install_deps.cmake /usr/local/pip install cget Requirement already satisfied: cget in...

This will prevent rolling back changes from https://github.com/ROCmSoftwarePlatform/MIOpen/pull/505 when regenerating kernels. /cc @daniellowell @shurale-nkn

enhancement
value_unknown

This essentially re-implements "_Consider workspace constraints when loading solutions from DB (#2888)_" but in a bit stricter manner and with (hopefully) almost all necessary bells and whistles. ### Functional differences...

enhancement
urgency_normal
IMPACTS_API

_Originated from: https://github.com/ROCm/MIOpen/pull/2782#discussion_r1515323515_ Currently we do not store full information about unpacked tensors, only the flag. Also we do not store information about tensor layouts, at all. The above means...

value_high
urgency_low
correctness

The original CMakeLists.txt has the detection of the "NO GPU case" and then ``` if(MIOPEN_NO_GPU) set(SKIP_ALL_EXCEPT_TESTS test_include_inliner test_kernel_build_params test_test_errors test_type_name test_tensor_test test_sqlite_perfdb test_sequences test_pooling3d test_perfdb) endif() ``` If we want...

urgency_unknown
testing
urgency_normal
GTest

- https://github.com/ROCmSoftwarePlatform/MIOpen/labels/urgency_high https://github.com/ROCmSoftwarePlatform/MIOpen/labels/request_for_comments Finally decide how to enable experimental API features - [ ] https://github.com/ROCmSoftwarePlatform/MIOpen/pull/2320#discussion_r1316419544 - https://github.com/ROCmSoftwarePlatform/MIOpen/labels/urgency_blocker Let's enable and properly test the experimental feature everywhere. - [x] https://github.com/ROCmSoftwarePlatform/MIOpen/pull/2320#discussion_r1326549529 -...

urgency_blocker
quality
testing
IMPACTS_API

_Originated from: https://github.com/ROCmSoftwarePlatform/MIOpen/pull/1911#issuecomment-1533884703_ > ...it failed in `smoke_solver_ConvHipImplicitGemmBwdXdlops` test for the stage `Fp32 Hip Debug gfx90a`. Here is the error message: > > ``` > [2023-05-03T19:26:30.939Z] /home/jenkins/workspace/MLLibs_MIOpen_PR-1911/build/bin/test_conv2d --float --cmode conv...

bug

@cderb To continue https://github.com/ROCmSoftwarePlatform/MIOpen/pull/2112#issuecomment-1544613299 (merged as #2151) The artificial limitation by 4 solvers reduces the useful effect of #2065. What we have now is better, but still similar as before,...

performance
urgency_normal