MNN icon indicating copy to clipboard operation
MNN copied to clipboard

win10,vs2022,编译报错

Open perfyperfect opened this issue 2 months ago • 0 comments

win10系统,vs2022,开启选项如下: cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DMNN_BUILD_SHARED_LIBS=OFF -DMNN_WIN_RUNTIME_MT=OFF -DMNN_WIN_RUNTIME_MT=ON -DMNN_CUDA=ON -DMNN_BUILD_LLM=ON -DMNN_BUILD_LLM_OMNI=ON -DCMAKE_CXX_STANDARD=17 编译报错: MNN\3rd_party\cutlass\v4.0.0\include\cutlass/exmy_base.h(404): error: namespace "cutlass::platform" has no member "is_unsigned_v" static_assert(cutlass::platform::is_unsigned_v<Storage>, "Use an unsigned integer for StorageType");

perfyperfect avatar Nov 07 '25 06:11 perfyperfect