CUDAFunctionLoad problem
- To: mathgroup at smc.vnet.net
- Subject: [mg125345] CUDAFunctionLoad problem
- From: slphyx <saralamba at gmail.com>
- Date: Thu, 8 Mar 2012 04:38:19 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
dear all, i tried to run the example of using CUDALink with CUDAFunctionLoad and here is the problem i got. anyone know how to solve this problem?? Thank you very much. In[28]:= Needs["CUDALink`"] In[31]:= CUDACCompilers[] Out[31]= {{"Name" -> "Visual Studio", "Compiler" -> CCompilerDriver`VisualStudioCompiler`VisualStudioCompiler, "CompilerInstallation" -> "C:\\Program Files (x86)\\Microsoft Visual Studio 10.0", "CompilerName" -> Automatic}} In[32]:= CCompilers[] Out[32]= {{"Name" -> "Visual Studio", "Compiler" -> CCompilerDriver`VisualStudioCompiler`VisualStudioCompiler, "CompilerInstallation" -> "C:\\Program Files (x86)\\Microsoft Visual Studio 10.0", "CompilerName" -> Automatic}, {"Name" -> "NVIDIA CUDA Compiler", "Compiler" -> NVCCCompiler, "CompilerInstallation" -> "C:\\Users\\Sompob\\AppData\\Roaming\\Mathematica\\Paclets\\\ Repository\\CUDAResources-Win64-8.0.4.1\\CUDAToolkit\\bin\\", "CompilerName" -> Automatic}} In[34]:= doubleFun = CUDAFunctionLoad[" __global__ void doubleVec(mint * in, mint length) { mint index = threadIdx.x + blockIdx.x * blockDim.x; if (index < length) in[index] = 2*in[index]; }", "doubleVec", {{_Integer}, _Integer}, 256 , "ShellOutputFunction" -> Print] C:\Users\dek\AppData\Roaming\Mathematica\ApplicationData\CUDALink \BuildFolder\mod-ws04-6988\Working-mod-ws04-6988-5148-15>call "C: \Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64 Setting SDK environment relative to C:\Program Files\Microsoft SDKs \Windows\v7.1\. Targeting Windows 7 x64 Debug CUDAFunction-9758.cu CUDAFunction-9758.cu tmpxft_000013fc_00000000-3_CUDAFunction-9758.cudafe1.gpu C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \string.h(51): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \string.h(88): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \time.h(163): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \stdio.h(285): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \stdlib.h(362): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \stdlib.h(363): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \stdlib.h(364): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(106): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(107): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(108): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(109): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(115): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(116): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(117): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(118): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(119): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(120): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(121): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(122): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(123): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(124): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(125): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(126): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(127): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(135): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(136): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(137): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(143): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(152): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(161): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(166): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(224): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(225): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(226): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(227): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(228): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(229): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(230): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(233): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(234): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(235): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(238): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(239): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(240): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(241): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(244): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(245): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(248): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(249): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(250): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(390): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(394): error: expected a ";" C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE \math.h(396): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include\math_functions.h(96): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include\math_functions.h(96): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include\math_functions.h(98): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include\math_functions.h(98): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(100): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(100): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(102): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(102): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(104): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(104): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(106): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(106): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(109): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(109): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(111): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(111): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(113): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(113): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(115): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(115): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(117): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(117): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(119): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(119): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(128): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(128): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(130): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(130): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(139): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(139): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(141): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(141): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(144): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(144): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(146): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(146): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(149): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(149): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(151): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(151): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(154): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(154): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(156): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(156): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(159): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(159): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(161): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(161): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(170): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(170): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(172): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(172): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(190): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(190): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(192): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(192): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(195): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(195): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(197): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(197): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(200): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(200): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(202): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(202): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(210): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(210): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(212): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(212): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(215): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(215): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(217): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(217): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(220): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(220): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(222): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(222): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(225): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(225): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(227): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(227): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(235): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(235): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(237): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(237): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(240): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(240): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(242): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(242): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(245): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(245): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(247): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(247): error: expected a ";" c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(250): warning: this declaration has no storage class or type specifier c:\users\dek\appdata\roaming\mathematica\paclets\repository \cudaresources-win64-8.0.4.1\cudatoolkit\include \math_functions.h(250): error: expected a ";" Error limit reached. 100 errors detected in the compilation of "C:/Users/dek/AppData/Local/ Temp/tmpxft_000013fc_00000000-9_CUDAFunction-9758.cpp2.i". Compilation terminated.