Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do I need for programming for Tegra GPU

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.

like image 604
Alex Avatar asked Sep 12 '12 18:09

Alex


2 Answers

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.

like image 69
harrism Avatar answered Sep 23 '22 05:09

harrism


See similar question/answers here:

  • CUDA support for NVIDIA Tegra 4 processors?
  • cuda support on tegra2 chip

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

like image 29
Daniel Avatar answered Sep 21 '22 05:09

Daniel