Can I develop applications on CUDA processor Tegra 1/2, what do I need for this and what Tegra 1/2 CUDA-capability? I found only NVIDIA Debug Manager for development in Eclipse for Android, but I do not know if he can develop a CUDA-style.
Asked
Active
Viewed 4,753 times
10
-
1No, Tegra 1 & 2 don't support CUDA. – talonmies Sep 12 '12 at 18:57
-
But how can I use Tegra GPU, OpenCL? – Alex Sep 12 '12 at 19:15
-
3No, no OpenCL either. I think OpenGL ES is the only API supported on that hardware. – talonmies Sep 12 '12 at 19:22
-
@talonmies you should post that as an answer! Otherwise this just shows up as unanswered... – Tom Sep 12 '12 at 21:06
-
@talonmies And can I develop programs for Tegra (such as the Android) with OpenGL ES API in Eclipse+NVIDIA Debug Manager? – Alex Sep 12 '12 at 22:44
-
Yes, you can use OpenGL ES on Tegra. We posted some examples of GPU acceleration on Tegra here, http://accelereyes.com/mobile – arrayfire Sep 13 '12 at 03:42
2 Answers
3
Current Tegra processors (Tegra 1, 2 and 3) do not support the CUDA platform. To learn about Tegra development and download the Tegra Android Development Kit, see the NVIDIA developer zone for mobile.

harrism
- 26,505
- 2
- 57
- 88
1
See similar question/answers here:
As pointed out correctly Tegra 2/3/4 do not support CUDA. Logan will be the first one supporting CUDA and OpenCL.
However, Nvidia is already trying to bring people to using CUDA with Tegras, at the moment you can use a Tegra 3 plus a Nvidia PCIe graphic card.
There are a few Development boards supporting that
Nvidia Jetson: http://www.nvidia.com/object/jetson-automotive-developement-platform.html Nvidia Kayla Toradex Apalis: http://www.toradex.com/products/apalis-arm-computer-modules/apalis-t30
-
Do you know about how this kit works? http://www.nvidia.com/object/seco-dev-kit.html it runs on Tegra 3 and contains a "CUDA Tool Kit" – ZiglioUK May 27 '13 at 02:12