GithubHelp home page GithubHelp logo

asfermi's People

Contributors

hyqneuron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

asfermi's Issues

IADD32I decode error

What steps will reproduce the problem?
1. add "IADD32I R12, R12, -0x800000;" in the test code
2. use asfermi to translate "inst_ADD.txt" to "inst_IADD.cubin" 
3. It seems asfermi can't decode "IADD32I R12, R12, -0x800000"

What is the expected output? What do you see instead?
"""
D:\share\svn_asfermi\test>asfermi.exe inst_IADD.txt -o inst_IADD.cubin -sm_20 
-64
Error Line 28: IADD32I R12, R12, -0x800000
        Too many operands.
Error Line 29: IADD32I R12, R12, -0x800000
        Too many operands.
Cannot proceed due to errors.
"""

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 6 Sep 2011 at 6:28

Attachments:

Max size for kernel arguments should be 4 Kb

According to CUDA C Programming Guide:

D.2.4.1 Function Parameters
__global__ function parameters are passed to the device:
= via shared memory and are limited to 256 bytes on devices of compute
capability 1.x,
= via constant memory and are limited to 4 KB on devices of compute
capability 2.x.

But currently asfermi does not allow more than 256 Bytes for arguments size.

Original issue reported on code.google.com by [email protected] on 27 Jan 2012 at 2:45

Error in ISETP's immediate operand

ISETP.EQ.AND P0, pt, R1, -1, pt;
gets assembled into:
ISETP.EQ.AND.XLU P0, pt, R1, 0x1, pt;

Something's wrong with the highest bit of the immediate operand

Original issue reported on code.google.com by [email protected] on 12 Feb 2012 at 5:54

Downloaded AsfermiOld for Windows32 but it does not run.

What steps will reproduce the problem?
1. Download the AsfermiOld file
2. Unzip it and extract all files to a folder C:\Program Files\AsFermi_r703
3. Open the Windows binary 32-bit folder and click on asfermi.exe

What is the expected output? What do you see instead?

I expect a command window to open, or better, an IDE window to open where I can 
start to write code. Instead, I get an error message

"The application failed to start because libgcc_s_dw2-1.dll was not found. 
Reinstalling the application may fix this problrm."

Note: There was no "installation" step when downloading this software. Windows 
software should come with a Windows installer if installation is required e.g. 
a setup.exe file that should take care of these things.


What version of the product are you using? On what operating system?

Windows XP 32 bit.


Please provide any additional information below.

I want to avoid C and C++ like the plague, and gave up using Unix a decade ago. 
So files of type .h and .c are anathema to me, as are the concepts of 
"MakeFiles" and "Path Variables"


Original issue reported on code.google.com by [email protected] on 18 Jan 2012 at 6:42

MOV.S decode error

What steps will reproduce the problem?
1. add "MOV.S R14, RZ" to inst_INT_LATENCY.txt
2. use asfermi to translate this inst_INT_LATENCY.txt

What is the expected output? What do you see instead?
D:\share\svn_asfermi\test>asfermi.exe inst_INT_LATENCY.txt -o 
inst_INT_LATENCY.cubin -sm_20 -64
Error Line 25: MOV.S R14, RZ
        Too many modifiers present.
Cannot proceed due to errors.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 7 Sep 2011 at 4:55

Attachments:

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.