我希望NVCC将以下警告视为错误:
warning : calling a __host__ function("foo") from a __host__ __device__ function("bar")
NVCC文档"NVIDIA CUDA编译器驱动程序NVCC"甚至不包含"警告"一词.
c++ cuda
c++ ×1
cuda ×1