We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a9bfc commit 0f75fb2Copy full SHA for 0f75fb2
lib/gc/ExecutionEngine/GPURuntime/ocl/GpuOclRuntime.cpp
@@ -808,6 +808,10 @@ OclModuleBuilder::build(const OclRuntime::Ext &ext) {
808
opts.enablePerfNotificationListener = false;
809
#endif
810
811
+ if (enableObjectDump) {
812
+ mod.dump();
813
+ }
814
+
815
auto eng = ExecutionEngine::create(mod, opts);
816
CHECKE(eng, "Failed to create ExecutionEngine!");
817
eng->get()->registerSymbols(OclRuntime::Exports::symbolMap);
0 commit comments