Closed ruhengChen closed 2 months ago
For paddlepaddle this feature is not enabled (i think). Contact DJL team to get further/deep engine support. For other engines, refer to below link: http://docs.djl.ai/docs/development/inference_performance_optimization.html
Description
I tried
.optOptions(Collections.singletonMap("enableMKLDNN", "true"))
to create Criteria and find the options of PpModel added indeead, but it did not work. how to fix this?Expected Behavior
enable mkldnn on paddle engine
Environment Info