资 源 简 介
No longer maintained. An exported copy exists on GitHub
asfermi: An assembler for the NVIDIA Fermi Instruction Set
asfermi is an assembler for the NVIDIA Fermi ISA. It can output assembled kernels directly into cubin files (an ELF format file that NVIDIA uses to store its machine code), or it can be used to modify existing cubin kernels. Currently around 70 instructions are supported. asfermi works on both 32-bit and 64-bit platforms.
Fermi is NVIDIA"s current-generation Graphics Processing Unit (GPU) architecture (as of 2011). NVIDIA does not disclose much of the detail of its current architecture. While NVIDIA provides an assembly-like language, PTX, for the use in CUDA, PTX is actually treated as a high-level language tha
文 件 列 表
asfermi
SpecificParsers.cpp
GlobalVariables.h
RulesModifier
README.txt
DataTypes.h
genmake.txt
asfermi.cpp
helper.h
generated.txt
RulesInstruction.h
SubString.cpp
RulesOperand
RulesOperand.h
GlobalVariables.cpp
stdafx.cpp
SpecificParsers.h
RulesDirective.h
gentemp.txt
stdafx.h
DataTypes.cpp
RulesModifier.h
Cubin.cpp
RulesDirective.cpp
Cubin.h
SubString.h
RulesInstruction
helper