-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Compile the attached test program: javac -g FNTTest.java
2. Run it: java FNTTest
What is the expected output?
Program runs without errors.
What do you see instead?
Errors are logged as follows:
clBuildProgram failed
************************************************
:83:8: error: expected expression
if (){
^
:94:8: error: expected expression
if (){
^
************************************************
syys 02, 2012 3:01:07 AP. com.amd.aparapi.KernelRunner warnFallBackAndExecute
WARNING: Reverting to Java Thread Pool (JTP) for class
FNTTest$ColumnTableFNTRunnable: OpenCL compile failed
What version of the product are you using? On what operating system?
aparapi-2012-05-06
Vista 64-bit Microsoft Windows [Version 6.0.6002]
Please provide any additional information below.
I tried to port some of the Fast Number Theoretic Transform routines from the
apfloat library (www.apfloat.org) to aparapi to run them on a GPU.
Original issue reported on code.google.com by mikkotom...@netscape.net on 2 Sep 2012 at 12:08
Attachments:
Reactions are currently unavailable