BrianHarrisonAMD

Results 31 comments of BrianHarrisonAMD

> Is rocRAND only supposed to be required when building `MIOpenDriver`? I'm getting this error with `MIOPEN_BUILD_DRIVER` set to `OFF`. > > ``` > In file included from /tmp/root/spack-stage/spack-stage-miopen-hip-6.3.2-rifpm6oiq4vemblnwp7rn3xri4s36sz5/spack-src/src/dropout_api.cpp:41: >...

We only have a grouped WRW solver, and it has BF16 enabled already.

Feedback: - I think we need a check, that will not use this mode if the userDB isn't writable / accessible. - I think we might need some more data,...

Not sure if this was already known, but I tracked it down to the test_find_db testsuite, and it appears to be from calling the following in solver_finders.cpp: ```cpp std::transform( finders.begin(),...

Update, for the find_db.cpp test, I changed it to only run the forward test, and narrowed it down to miopen::solver::conv::ConvMlirIgemmFwdXdlops causing the above issue for me. This change to mlo_dir_conv.cpp...

Adding a branch to suppress the ubsan errors since it's coming from MLIR handle creation, and our options are limited since we are using an older version. PR up with...

> @BrianHarrisonAMD , @junliume : Do we know what causes the error? It can't be that `shared_ptr_base.h` is the culprit. Could we be ignoring some problem in our code by...

Greetings @long10024070 & @hieule88! Looks like a file is missing which is causing the build to fail compilation: ``` [2024-09-23T13:30:09.658Z] CMake Error at src/CMakeLists.txt:809 (add_library): [2024-09-23T13:30:09.658Z] Cannot find source file:...

Greetings @atamazov! @JehandadKhan mentioned that you might be looking into implementing RNN's as solvers. Is that accurate, and do you have any information on the status of that initiative? Thanks...