sixsixQAQ
sixsixQAQ
环境:debian 11, gcc 10.2, cuda 12.0, cudnn 8.8 ### 运行结果: ```shell [INFO] fastdeploy/runtime/runtime.cc(264)::CreatePaddleBackend Runtime initialized with Backend::PDINFER in Device::GPU. before terminate called after throwing an instance of 'phi::enforce::EnforceNotMet' what(): Compile...
Qt6编译失败
## Failed to compile with Qt6.3.2 ## Error There will be two similar errors when compiling it with Qt6: ```shell /home/sixqaq/vnote/build/src/vnote_autogen/O2QWORDHJD/moc_filesearchengine.cpp:101:1: required from here /opt/Qt/6.3.2/gcc_64/include/QtCore/qmetatype.h:861:23: error: invalid application of ‘sizeof’...
fedora 42+ IBus + Wayland下无法使用,输入法界面都不会弹出来了。 托盘小图标是在的。 试过部署、、重启、ibus restart
看到rw_lock和spin_lock好像可以直接放到共享内存shm中,用来同步不同进程的访问。 比较担心不同进程(32位/64位)中rw_lock和spin_lock 的结构体对齐/布局不一致,以及版本兼容问题。 希望可以提供例子,或者更多文档描述。