alicebook12220 / cuda-waste

Automatically exported from code.google.com/p/cuda-waste
0 stars 0 forks source link

PTX cvt syntax changed, not documented correctly in PARALLEL THREAD EXECUTION ISA VERSION 3.1 #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When emulating MVSCMP.exe, the parser halts on a CVT instruction: 
cvt.f32.f64.rn %f141,%fd163;

Basically, it's with syntax that not documented in the PTX ISA guide.

Original issue reported on code.google.com by Ken.Dom...@gmail.com on 24 May 2013 at 3:38

GoogleCodeExporter commented 9 years ago
Also undocumented is rcp.approx.f32.ftz %f144,%f143;

Original comment by Ken.Dom...@gmail.com on 24 May 2013 at 3:50

GoogleCodeExporter commented 9 years ago
Fixed in r153.  The parser was updated.

Original comment by Ken.Dom...@gmail.com on 28 May 2013 at 12:36