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 support for multiple libraries to extract PTX files #116

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

RedCarrottt
Copy link
Contributor

In order to resolve Issue #112, I modified GPGPU-Sim so that it extracts PTX files from multiple libraries.

Existing GPGPU-Sim cannot run both convolution layer and FC layer since each layer requires libcudnn or libcublas. Therefore, in Issue #112, it results in PTX not implementation error when simulating libcublas call.

After applying this patch, mnistCUDNN in https://github.com/gpgpu-sim/gpgpu-sim_simulations works well with Titan V config(Volta architecture).

You can the path of multiple libraries as following:
(each library path is separated by colons(:).)

export PYTORCH_BIN=/usr/local/cuda/lib64/libcudnn.so:/usr/local/cuda/lib64/libcublas.so

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.

1 participant