yuanzhi xiang
Results
1
issues of
yuanzhi xiang
MNN组件版本: MNN Version 3.0.1 with cuda 显卡型号:NVIDIA GeForce RTX 3060 Ti MNN测试代码: `void testMNN() { MNN::BackendConfig backend_config; MNNDeviceContext gpuDeviceConfig; gpuDeviceConfig.deviceId = 0; backend_config.sharedContext = &gpuDeviceConfig; MNN::Express::Executor::getGlobalExecutor()->setGlobalExecutorConfig(MNN_FORWARD_CUDA, backend_config, MNN_GPU_TUNING_WIDE); MNN::Express::ExecutorScope::Current()->lazyEval =...
CUDA