Skip to content

CUDA operator interaction erros #19

Open
@luchete80

Description

@luchete80

[ 11%] Building CUDA object src/cuda/CMakeFiles/cuda.dir/Interaction.cu.obj
Interaction.cu
D:/Luciano/Numerico/persiangpu/src/cuda/Interaction.cu(105): error: more than one operator "" matches these operands:
function "operator
(const float &, const float3 &)"
function "operator*(double, const Vector &)"
operand types are: double * float3

D:/Luciano/Numerico/persiangpu/src/cuda/Interaction.cu(105): error: more than one operator "" matches these operands:
function "operator
(const float &, const float3 &)"
function "operator*(double, const Vector &)"
operand types are: double * float3

D:/Luciano/Numerico/persiangpu/src/cuda/Interaction.cu(142): error: more than one operator "" matches these operands:
function "operator
(const float &, const float3 &)"
function "operator*(double, const Vector &)"
operand types are: double * float3

D:/Luciano/Numerico/persiangpu/src/cuda/Interaction.cu(146): error: more than one operator "" matches these operands:
function "operator
(const float &, const float3 &)"
function "operator*(double, const Vector &)"
operand types are: double * float3

D:/Luciano/Numerico/persiangpu/src/cuda/Interaction.cu(155): error: more than one operator "" matches these operands:
function "operator
(const float &, const float3 &)"
function "operator*(double, const Vector &)"
operand types are: double * float3

D:/Luciano/Numerico/persiangpu/src/cuda/Interaction.cu(158): error: more than one operator "" matches these operands:
function "operator
(const float &, const float3 &)"
function "operator*(double, const Vector &)"
operand types are: double * float3

D:/Luciano/Numerico/persiangpu/src/cuda/Interaction.cu(162): error: more than one operator "" matches these operands:
function "operator
(const float &, const float3 &)"
function "operator*(double, const Vector &)"
operand types are: double * float3

D:/Luciano/Numerico/persiangpu/src/cuda/Interaction.cu(166): error: more than one operator "" matches these operands:
function "operator
(const float &, const float3 &)"
function "operator*(double, const Vector &)"
operand types are: double * float3

D:/Luciano/Numerico/persiangpu/src/cuda/Interaction.cu(185): error: more than one operator "" matches these operands:
function "operator
(const float &, const float3 &)"
function "operator*(double, const Vector &)"
operand types are: double * float3

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions