-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
bugSomething isn't workingSomething isn't working
Description
QPanda
基本信息
- QPanda 版本:v2.1.16
- 操作系统:Ubuntu 22.04LTS
Bug是什么?
Build from source, error occured like below.
'''
/home/**/QPanda-2/include/Core/VirtualQuantumProcessor/GPUGates/GPUGatesWrapper.cuh(16): error: qualified name is not allowed
std::shared_ptr m_norm_fun;
^
/home/**/QPanda-2/include/Core/VirtualQuantumProcessor/GPUGates/GPUGatesWrapper.cuh(16): error: this declaration has no storage class or type specifier
std::shared_ptr m_norm_fun;
^
/home/**/QPanda-2/include/Core/VirtualQuantumProcessor/GPUGates/GPUGatesWrapper.cuh(16): error: expected a ";"
std::shared_ptr m_norm_fun;
^
'''
复现Bug的步骤?
'''
cmake -DFIND_CUDA=ON -DUSE_PYQPANDA=ON ..
sudo make install -j12
'''
GPU details: '| NVIDIA-SMI 525.89.02 Driver Version: 525.89.02 CUDA Version: 12.0 |'
dual-3090
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working