$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jz.maddock_at_[hidden])
Date: 2024-08-12 08:20:02
On 11/08/2024 09:15, wickedPlatypus via Boost-users wrote:
> Hi everyone:
> I have been using Boost for a couple of months in Ubuntu but I have
> moved into Windows 11 where I am using Microsoft VIsual Studio
> Community. I have been trying to run a simple code using the CUDA nvcc
> compiler but I am getting the next errors:
I fear you are probably out of luck, nothing can be used in a CUDA
kernel unless it is specially marked up for the purpose: that includes
standard library code.
John.