import algorithm from buffer (#793)

This commit is contained in:
Li Zhang 2022-08-01 22:18:12 +08:00 committed by GitHub
parent 2cddae776e
commit 1d3ce15e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
#include "ppl/nn/engines/cuda/engine_factory.h"
#include "ppl/nn/engines/cuda/engine_options.h"
#include "ppl/nn/engines/cuda/ops.h"
#define PPL_CUDA_IMPORT_FROM_BUFFER 0
#define PPL_CUDA_IMPORT_FROM_BUFFER 1
#endif
namespace mmdeploy {