Skip to content

symbol cudaMallocManaged version libcudart.so.11.0 not defined in file libcudart.so.11.0 with link time reference" #320

Open
@FinDMee1

Description

@FinDMee1

When i run the src code which is using Tensor Core i got the problem like this:
"symbol cudaMallocManaged version libcudart.so.11.0 not defined in file libcudart.so.11.0 with link time reference"
and this Code can be compiled & executed on VS as a cuda project(under the windows).

but when i run the src coed which do not use TensoCore(just a VectorAdd),it can compile successfully and can be executed by GPGPU-sim

why this problem occured

GPGPU-sim environment : CUDA11.1 gcc\g++7.5 gdb8.1.1
command:
source setup_environment release
make clean
make

nvcc --cudart shared -arch=sm_70 -o kernel main.cu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions