Rust-GPU / Rust-CUDA

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Apache License 2.0
3.06k stars 119 forks source link

Regex-Syntax module can't compile #108

Open HenriMalahieude opened 1 year ago

HenriMalahieude commented 1 year ago

There will probably be a port to a more modern nightly version, and/or deprecating this library in favor for a better one.

But while that's in progress, I'm facing this issue

  1. Clean Rust Download
  2. Follow the Add_Kernel example
  3. rust-toolchain file in folder
  4. cargo build in CPU side ->
    error: package `regex v1.8.3` cannot be built because it requires rustc 1.60.0 or newer, while the currently active rustc version is 1.59.0-nightly

PC Specs: Windows 10 (22H2) Intel i7-10750H NVIDIA GeForce GTX 1660 Ti

CUDA Version:

Built on Wed_Feb__8_05:53:42_Coordinated_Universal_Time_2023
Cuda compilation tools, release 12.1, V12.1.66
Build cuda_12.1.r12.1/compiler.32415258_0

Fixes Attempted:

HenriMalahieude commented 1 year ago

Note: #103 Issue fix does not work anymore