Giter Club home page Giter Club logo

Comments (6)

cloudcores avatar cloudcores commented on September 2, 2024

Make sure 'cicc' can be found in your system path, usually /usr/local/cuda/nvvm/bin/ (depend on your cuda install path).

from cuassembler.

eric1hello avatar eric1hello commented on September 2, 2024

I have fixed it locally ,thx
res = 0,out_s.replace('cicc','/usr/local/cuda/nvvm/bin/cicc')

from cuassembler.

cloudcores avatar cloudcores commented on September 2, 2024

Replacing raw text in command is not safe, this may lead to problems when there are other occurences of string 'cicc'.
It is recommended to add cicc path to system path, for example, add a line in your .bashrc:

export PATH=$PATH:/usr/local/cuda/nvvm/bin

from cuassembler.

eric1hello avatar eric1hello commented on September 2, 2024

Yea,I have tried it , thanks, it worked.

from cuassembler.

eric1hello avatar eric1hello commented on September 2, 2024

from cuassembler.

cloudcores avatar cloudcores commented on September 2, 2024

Certainly there are instructions not supported by cuasm. If not sure, you can check records in CuAsm/InsAsmRepos/DefaultInsAsmRepos.sm_60.txt (select your arch accordingly). For example, there are records like:

  "InsRecords" : [(0x000998, 0x000000ef98000000070000, "MEMBAR.CTA ;"),
(0x000cc8, 0x000000ef98000000070101, "MEMBAR.GL.IVALLD ;"),
(0x002bf8, 0x000000ef98000000070201, "MEMBAR.SYS.IVALLD ;"),
(0x003010, 0x000000ef98000000050100, "@P5 MEMBAR.GL ;"),
],

which means those instructions and their linear combinations can be supported directly.

from cuassembler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.