Skip to content

blocksparse_ops.so: undefined symbol: __cudaPushCallConfiguration #52

Open
@HaonanJi

Description

@HaonanJi

Traceback (most recent call last):
File "example.py", line 1, in
from blocksparse.matmul import BlocksparseMatMul
File "/home/shs/tensorflow/lib/python3.6/site-packages/blocksparse/init.py", line 3, in
from blocksparse.utils import (
File "/home/shs/tensorflow/lib/python3.6/site-packages/blocksparse/utils.py", line 17, in
_op_module = tf.load_op_library(os.path.join(data_files_path, 'blocksparse_ops.so'))
File "/home/shs/tensorflow/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: /home/shs/tensorflow/lib/python3.6/site-packages/blocksparse/blocksparse_ops.so: undefined symbol: __cudaPushCallConfiguration

My installation environment:Ubuntu 18.04,python 3.6,cuda 10.0,TensorFlow 1.13.1
Has anyone installed successfully? I want to know your installation environment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions