Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nix Shell Environment Configuration for CUDA #318

Merged
merged 1 commit into from Dec 22, 2023

Conversation

bigsky77
Copy link
Contributor

This PR introduces a Nix Shell configuration for easing the development of the ICICLE Core using Nix or NixOS.

Changes:

  1. Added instructions on how to use Nix Shell to create a development environment with all required dependencies and environmental variables.
  2. Created cuda-shell.nix to configure Nix Shell with necessary CUDA related packages and environmental variables. Specifically, setting the PATH, LD_LIBRARY_PATH, CUDA_PATH, CPATH, LIBRARY_PATH, and CMAKE_CUDA_COMPILER associated with the CUDA toolkit.

This configuration allows us to build and run ICICLE Core more efficiently in Nix environment.

@bigsky77 bigsky77 merged commit 65d4f2b into ingonyama-zk:main Dec 22, 2023
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants