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

This is a test for MHA Forward graph creation using user's C-like API

BackendExecutionPlanDescriptor::execute draft

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

In ROCm 6.0 the performance db is unpacked from a tarball. How is the db generated ?

Installing the library shows the following issue: ``` dpkg: error processing archive /tmp/apt-dpkg-install-sZnI2A/13-rocblas-dev_4.0.0.60000-91~22.04_amd64.deb (--unpack): trying to overwrite '/opt/rocm-6.0.0/include/rocblas/internal/rocblas-auxiliary.h', which is also in package rocblas-dev6.0.0 4.0.0.60000-91~22.04 dpkg-deb: error: paste subprocess was...

Under Investigation

On the rocm-6.0.0 tag on Fedora Rawhide and gfx90a There are many build errors similar to MIOpen/test/serialize.hpp:33:10: fatal error: 'half/half.hpp' file not found 33 | #include | ^~~~~~~~~~~~~~~ On Fedora...