MIOpen icon indicating copy to clipboard operation
MIOpen copied to clipboard

Tracking changes requested in merged PR #307

Open alexandraBara opened this issue 5 years ago • 12 comments

@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 IsBinaryCacheDisabled() Make it global (remove static and add its declaration to binary_cache.hpp) Use it here instead of MIOPEN_ENABLE_SQLITE_KERN_CACHE

TODO: src/ocl/convolutionocl.cpp perf_db.emoty() check needs to be:

perf_db.emty() and device_cu/compile_only etc not set --> throw error Otherwise we are still seeing "..incorrect params" thrown from here bc Invokers dont populate the perf_db during compile_only

alexandraBara avatar Oct 30 '20 18:10 alexandraBara

@alexandraBara Direct links to relevant items (TODO list):

  • [ ] https://github.com/ROCmSoftwarePlatform/MIOpen/pull/533#discussion_r513783447
  • [ ] https://github.com/ROCmSoftwarePlatform/MIOpen/pull/533#discussion_r515365226
  • [ ] leftovers of https://github.com/ROCmSoftwarePlatform/MIOpen/pull/307#pullrequestreview-518920649
  • [ ] :red_circle: :bug: https://github.com/ROCmSoftwarePlatform/MIOpen/pull/533#pullrequestreview-527654975
  • [ ] Important addition to what also needs to be done: https://github.com/ROCmSoftwarePlatform/MIOpen/pull/681#issuecomment-763643101

atamazov avatar Oct 30 '20 23:10 atamazov

@alexandraBara Any progress?

atamazov avatar Nov 10 '20 14:11 atamazov

@alexandraBara Any progress?

@atamazov I have been tuning and I am about to finish with it. I picked up this task today and started working on it. Should have a PR this week.

alexandraBara avatar Nov 16 '20 15:11 alexandraBara

@alexandraBara Good, thank you!

atamazov avatar Nov 16 '20 19:11 atamazov

@alexandraBara @atamazov Is this urgency_blocker ticket ready to close?

daniellowell avatar Jan 04 '21 19:01 daniellowell

@daniellowell I don't think so.

atamazov avatar Jan 08 '21 22:01 atamazov

The TODO list at https://github.com/ROCmSoftwarePlatform/MIOpen/issues/560#issuecomment-719842997 is updated. Note that there is one bug that presumably affects auto-tuning, not fixed for long.

atamazov avatar Jan 20 '21 15:01 atamazov

About auto-tuning: lines like MIOPEN_FIND_ENFORCE=SEARCH_DB_UPDATE bin/MIOpenDriver conv -x 1 -y 1 fail horribly unless one adds MIOPEN_COMPILE_PARALLEL_LEVEL=1.

DrizztDoUrden avatar Jan 20 '21 22:01 DrizztDoUrden

@daniellowell I guess that's worth investigation and if I understood correctly, @atamazov has found the PR which caused it: https://github.com/ROCmSoftwarePlatform/MIOpen/pull/533#discussion_r520911050

DrizztDoUrden avatar Jan 20 '21 22:01 DrizztDoUrden

The library that has the issue marked with :red_circle: at https://github.com/ROCmSoftwarePlatform/MIOpen/issues/560#issuecomment-719842997 must not be released.

atamazov avatar Jan 29 '21 00:01 atamazov

@junliume The TODO list is not done. Shall we really close this ticket?

atamazov avatar Feb 25 '22 22:02 atamazov

@alexandraBara Is this still an issue with the latest ROCm 6.1.1? Thanks!

ppanchad-amd avatar Mar 17 '24 13:03 ppanchad-amd

Closing since MIOpen is being migrated to ROCm/rocm-libraries. Please re-open there if you believe this is still an issue.

JonathanLichtnerAMD avatar Jul 28 '25 21:07 JonathanLichtnerAMD