Skip to content

ptxjitplus run error #331

@FlashBarryAllen

Description

@FlashBarryAllen

OS: WSL ubuntu 20
version: latest Commit a4ce3fe
cuda toolkit: 11.8

Do we must need a real gpu to run ptxjitplus?

# export PTX_SIM_DEBUG=0;
for num in $(eval echo {$1..$2}); do export WYS_LAUNCH_NUM=$num; echo Launching kernel $num...; ./ptxjitplus; done
Launching kernel {..}...
./ptxjitplus: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory
root@yangchunlin:/00_ycl/00_code/gpgpu-sim_distribution/debug_tools/WatchYourStep/ptxjitplus# ldd ptxjitplus
        linux-vdso.so.1 (0x00007ffdcaf13000)
        libcudart.so.11.0 => /00_ycl/00_code/gpgpu-sim_distribution/lib/gcc-11.4.0/cuda-11080/debug/libcudart.so.11.0 (0x00007fb354266000)
        libcuda.so.1 => not found
        libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fb354028000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fb354008000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb353ddf000)
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fb353dc1000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb353cda000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fb354c2b000)
# 

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