Skip to content

Conflict with "libcupti.so" when dealing with multiple cuda installations. #7

Description

@wernerpe

Error in cc_import: cc_import rule 'libcupti.so' in package '' conflicts with existing cc_import rule, defined at...

current fix: specify toolkit path in module.bazel like so

cuda.local_toolchain(
name = "local_cuda",
toolkit_path = "/usr/local/cuda-12.6", <- add this
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions