Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

CUDA 10.0 support required... #5

Open
jiapei100 opened this issue Nov 16, 2018 · 2 comments
Open

CUDA 10.0 support required... #5

jiapei100 opened this issue Nov 16, 2018 · 2 comments

Comments

@jiapei100
Copy link

CUDA 10.0 support required...

@yitelee
Copy link

yitelee commented Mar 27, 2019

modify interface.py
line 51:

def encode_str(s):
    if True: #is_python2:
        return s

line 95:

          if system() == 'Windows':
               def_lib_name = 'nvrtc64_100_0.dll'  #'nvrtc64_92.dll'

@colinchang2019
Copy link

colinchang2019 commented Apr 27, 2021

modify interface.py
line 51:

def encode_str(s):
    if True: #is_python2:
        return s

line 95:

          if system() == 'Windows':
               def_lib_name = 'nvrtc64_100_0.dll'  #'nvrtc64_92.dll'

line 51 should be:

def encode_str(s):
    if True: #is_python2:
        return s.encoder("utf-8")

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants