lt3stus3el

Results 7 comments of lt3stus3el

Thanks for the answer. I will check it.

Good resources, but no solution: https://www.reddit.com/r/rust/comments/tfod1g/newbie_question/ https://users.rust-lang.org/t/forcing-rlib-with-cargo/73070/10

Use this: ```shell export PTX_CRATE_BUILDING=1 ``` i.e.: ```shell rustup install nightly rustup target add nvptx64-nvidia-cuda cargo install ptx-linker git clone https://github.com/dr-bonez/tor-v3-vanity cd tor-v3-vanity export PTX_CRATE_BUILDING=1 cargo +nightly install --path ....

Where is the PTX kernel in ubuntu? What should I set as ```KERNEL_PTX_PATH```?

same result in windows! missing some libraries?

Compiled with following CMakeLists.txt: 1. Changed SHARED to STATIC 2. add **set_target_properties** to so files. ``` # Sets the minimum version of CMake required to build the native library. cmake_minimum_required(VERSION...