abhishekgahlot / gpuocelot

Automatically exported from code.google.com/p/gpuocelot
1 stars 0 forks source link

fma instruction not support by Instruction Trace #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Include an fma instruction in your kernel
2. Try to use the Instruction Trace generator with this code

What is the expected output? What do you see instead?
A trace should be generated. Instead, this is the output:

==Ocelot== Ocelot PTX Emulator failed to run kernel 
"_Z20determineNorm_kernelPfS_" with exception: 
==Ocelot== InstructionTraceGenerator - PTX instruction not supported: fma
terminate called after throwing an instance of 'hydrazine::Exception'
  what():  InstructionTraceGenerator - PTX instruction not supported: fma
Aborted

What version of the product are you using? On what operating system?
Version 2.0.969 on Ubuntu 10.04

Original issue reported on code.google.com by powel...@gmail.com on 20 May 2011 at 9:52

GoogleCodeExporter commented 9 years ago
Added Fma to InstructionTraceGenerator

Original comment by omi...@gmail.com on 6 Feb 2012 at 9:46