You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build the deep learning benchmark,I get a error.
The simplified error info is :
/home/project/buddy-benchmark/benchmarks**/DeepLearning/Models/MiniLM-L6/MiniLMDefaultBenchmark.cpp**:44:9: error: 'class buddy::Text<long long int, 2>' has no member named 'tokenize'; did you mean 'tokenCnt'?
input.tokenize("../../benchmarks/DeepLearning/Models/MiniLM-L6/Vocab.txt",
^~~~~~~~
tokenCnt
The integrated error info is :
[3/4] Building CXX object benchmarks/DeepLearning/Models/MiniLM-L6/CMakeFiles/minilm-l6-benchmark.dir/MiniLMDefaultBenchmark.cpp.o
FAILED: benchmarks/DeepLearning/Models/MiniLM-L6/CMakeFiles/minilm-l6-benchmark.dir/MiniLMDefaultBenchmark.cpp.o
/usr/bin/c++ -I/home/project/buddy-mlir/build/cmake/../../frontend/Interfaces -I/home/project/buddy-mlir/build/cmake/../../thirdparty/include -I/home/project/buddy-benchmark/thirdparty/opencv/build -I/home/project/buddy-benchmark/thirdparty/opencv/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/core/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/flann/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/imgproc/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/ml/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/photo/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/dnn/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/features2d/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/imgcodecs/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/videoio/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/calib3d/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/highgui/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/objdetect/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/stitching/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/ts/include -I/home/project/buddy-benchmark/thirdparty/opencv/modules/video/include -isystem /home/project/buddy-benchmark/build/vendor/benchmark/include -no-pie -O3 -DNDEBUG -std=gnu++1z -MD -MT benchmarks/DeepLearning/Models/MiniLM-L6/CMakeFiles/minilm-l6-benchmark.dir/MiniLMDefaultBenchmark.cpp.o -MF benchmarks/DeepLearning/Models/MiniLM-L6/CMakeFiles/minilm-l6-benchmark.dir/MiniLMDefaultBenchmark.cpp.o.d -o benchmarks/DeepLearning/Models/MiniLM-L6/CMakeFiles/minilm-l6-benchmark.dir/MiniLMDefaultBenchmark.cpp.o -c /home/project/buddy-benchmark/benchmarks/DeepLearning/Models/MiniLM-L6/MiniLMDefaultBenchmark.cpp
/home/project/buddy-benchmark/benchmarks/DeepLearning/Models/MiniLM-L6/MiniLMDefaultBenchmark.cpp: In function 'void {anonymous}::BM_MiniLM(benchmark::State&)':
/home/project/buddy-benchmark/benchmarks/DeepLearning/Models/MiniLM-L6/MiniLMDefaultBenchmark.cpp:44:9: error: 'class buddy::Text<long long int, 2>' has no member named 'tokenize'; did you mean 'tokenCnt'?
input.tokenize("../../benchmarks/DeepLearning/Models/MiniLM-L6/Vocab.txt",
^~~~~~~~
tokenCnt
When I build the deep learning benchmark,I get a error.
The simplified error info is :
The integrated error info is :
The cmake config is:
How can I resolve this error?
The text was updated successfully, but these errors were encountered: