What do I need for programming for Tegra GPU
Asked Answered
T

2

10

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.

Teresitateressa answered 12/9, 2012 at 18:28 Comment(6)
No, Tegra 1 & 2 don't support CUDA.Indus
But how can I use Tegra GPU, OpenCL?Teresitateressa
No, no OpenCL either. I think OpenGL ES is the only API supported on that hardware.Indus
@Indus you should post that as an answer! Otherwise this just shows up as unanswered...Humidifier
@Indus And can I develop programs for Tegra (such as the Android) with OpenGL ES API in Eclipse+NVIDIA Debug Manager?Teresitateressa
Yes, you can use OpenGL ES on Tegra. We posted some examples of GPU acceleration on Tegra here, accelereyes.com/mobileKaiulani
T
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.

Thurnau answered 13/9, 2012 at 2:53 Comment(0)
L
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

Labiovelar answered 18/4, 2013 at 20:1 Comment(1)
Do you know about how this kit works? nvidia.com/object/seco-dev-kit.html it runs on Tegra 3 and contains a "CUDA Tool Kit"Filial

© 2022 - 2024 — McMap. All rights reserved.