MIOpen icon indicating copy to clipboard operation
MIOpen copied to clipboard

AMD's Machine Intelligence Library

Results 298 MIOpen issues
Sort by recently updated
recently updated
newest added

Based on https://github.com/ROCm/MIOpen/pull/2837#pullrequestreview-2107431371 `setEnvironmentVariable` should not be used in the tests, since it's an overkill and we don't need to update OS environment to get our internal state updated. `setEnvironmentVariable`...

**Issue Summary:** I would like to request the addition of pkg-config support in the project build system. Currently, the project relies on CMake for its build configuration, but having a...

enhancement

Hi, Just to check if I set up my machine with a MI100 GPU correctly I ran the "AI Benchmark" from https://ai-benchmark.com/ranking_deeplearning_detailed.html . The inference speed is pretty good, but...

question
performance

Is int8 supported for miopenBatchNormalizationForwardInference ?

**For int8 inference case we are facing some issues and we tried to confirm with the reproducer.** And we checked with different combinations, all are passing in the float32 cases...

test on local gfx908 machine and server in US, rocm-3.10/rocm-4.2 using the latest develop 120289fcb33496db05518b24e3a39db01d5adb5c, using following step to build: ``` mkdir build && cd build CXX=/opt/rocm/llvm/bin/clang++ cmake -DMIOPEN_TEST_HALF=On -DMIOPEN_TEST_GFX908=On...

urgency_unknown

The corresponding logic in #644 should be ok, but some threads may not do copy thread-wise copy. This logic may be better: https://github.com/ROCmSoftwarePlatform/MIOpen/pull/644#discussion_r545192142 This logic need to be inspected: https://github.com/ROCmSoftwarePlatform/MIOpen/pull/644#pullrequestreview-554817964

quality

@atamazov I will address changes requested here: https://github.com/ROCmSoftwarePlatform/MIOpen/pull/307 in an upcoming PR as we want to unblock this PR: https://github.com/ROCmSoftwarePlatform/MIOpen/pull/533 also to address: Find IsCacheDisabled() in binary_cache.cpp Rename it to...

bug
urgency_unknown

gfx10 does not support the below instructions present in v4r1 and other kernels: ``` In file included from gridwise_convolution_implicit_gemm_v4r1_nchw_kcyx_nkhw_lds_double_buffer.cpp:1: In file included from ./common_header.hpp:22: ./amd_inline_asm.hpp:24:21: error: instruction not supported on...

bug
complexity_low