Hi,
I'm trying to run the X10 program on GPU. But it seems that X10 doesn't find my 
GPU.


I have a GeForce GTX 745 card.
CUDA environment is install correctly in /usr/local/cuda/
I can run all CUDA samples and my own CUDA C programs without problems.


I compiled the x10 2.5.3 as the document said:
cd x10.dist
ant dist -DX10RT_CUDA=true -Doptimize=true
Nothing went wrong here.


Then i compiled and run the samples in the x10.dist/samples/CUDA/ directory:
../../bin/x10c++ -O -STATIC_CHECKS CUDATopology.x10 -o CUDATopology
X10RT_ACCELS=ALL ./CUDATopology


The output is here:
Place: Place(0)
    NumChildren: 0


Other samples won't find my GPU either.

------------------------------------------------------------------------------
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to