Results 26 issues of Jun Liu

**[Observations]** with googletest `v1.14.0` (latest version as of 10/31/2023) ``` FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git GIT_TAG f8d7d77c06936315286eb55f8de22cd23c188571 ) ``` We observe multiple `ROCMChecks WARNING` warnings like ``` ******************************************************************************* *------------------------------- ROCMChecks WARNING...

question

[Reproduce] ``` CXX=/opt/rocm/llvm/bin/clang++ cmake -DCMAKE_CXX_COMPILER_LAUNCHER="${COMPILER_LAUNCHER}" -DCMAKE_PREFIX_PATH=/opt/rocm -DDTYPES="fp16;fp32;bf16" -DCMAKE_BUILD_TYPE=Release -DINSTANCES_ONLY=ON -DGPU_TARGETS="gfx1100" .. ``` hence `-DDTYPES="fp16;fp32;bf16"`, then ``` make -j$(nproc) ``` [Observation] ``` /home/junliu/composable_kernel/library/src/tensor_operation_instance/gpu/grouped_gemm_fixed_nk/device_grouped_gemm_xdl_fixed_nk_f16_f8_f16_mk_kn_mn_instance.cpp:18:17: error: no type named 'f8_t' in namespace 'ck'...

bug
code quality
urgency_high

- [ ] The justification needs to be made and tracked here - [ ] There should be documentation task to update the readme, and installation guide. Reason: non-default and...

documentation
question

*Full blown fix for Workaround #687 * We need to fix them as a quality improvement, but for now suppressing this warning in immediate releases: http://compiler-ci.amd.com/blue/rest/organizations/jenkins/pipelines/compiler-psdb-amd-stg-open/runs/2540/nodes/282/steps/3202/log/?start=0 e.g. majority of the...

good first issue
code quality
urgency_medium

The cause appears to be that the GPU is asleep during the copy and not waking back up when it should. Changing the grub options allowed these tests to pass...

value_high
non-miopen-bug
urgency_high

This documentation needs an update: https://docs.amd.com/bundle/MIOpen_gh-pages/page/install.html#installing-miopen-kernels-package _Originally posted by @jithunnair-amd in https://github.com/ROCmSoftwarePlatform/MIOpen/issues/2136#issuecomment-1545274927_

value_middle
urgency_low
documentation

https://github.com/ROCmSoftwarePlatform/MIOpen/blob/ceb94dca9940a1534383fc0b846c44375f7dfc3a/src/include/miopen/db_record.hpp#L73 This line will have issue: ``` MIOpen/src/include/miopen/db_record.hpp:73:34: warning: 'iterator' is deprecated [-Wdeprecated-declarations] class Iterator : public std::iterator ^ /home/junliu/MIOpen/src/include/miopen/find_db.hpp:136:59: note: in instantiation of template class 'miopen::DbRecord::Iterator' requested here auto...

#1612 has to be reverted due to the following issue: ``` myst v0.15.1: MdParserConfig(renderer='sphinx', commonmark_only=False, enable_extensions=['dollarmath'], dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', disable_syntax=[], url_schemes=['http', 'https', 'mailto', 'ftp'], heading_anchors=None, heading_slug_func=None, html_meta=[],...

documentation

**./bin/MIOpenDriver conv -n 16 -c 76 -H 9 -W 9 -k 32 -y 1 -x 1 -p 0 -q 0 -u 1 -v 1 -l 1 -j 1 -m conv...

bug
help wanted
value_high
urgency_blocker