@atamazov I will address changes requested here: #307 in an upcoming PR as we want to unblock this PR: #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
@atamazov I will address changes requested here: #307 in an upcoming PR as we want to unblock this PR: #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