tegra Questions
3
Solved
I'm trying to compile and run this c++ code
#include <GL/glut.h>
void displayMe(void)
{
glClear(GL_COLOR_BUFFER_BIT);
glBegin(GL_POLYGON);
glVertex3f(0.0, 0.0, 0.0);
glVertex3f(0.5, 0.0...
0
I am running TensorFlow on NVidia Jetson TX1 and faced memory shortage when I train large network such as GoogleNet.
CPU and GPU in TX1 do not have separate memory and they share one memory. Howev...
Southbound asked 28/2, 2017 at 17:55
2
Anyone gotten tensorflow working on the Nvidia Tegra X1?
I've found a few sources indicating it's possible on the TK1 or with significant hacking/errors on the TX1 but no definitive recipe yet.
...
Centenarian asked 30/9, 2016 at 4:53
0
I have an app which performs some image stitching and uses OpenCV. It used to work but all of a sudden it crashes (randomly?) all of the time. I don't know why this happens, I didn't change the cod...
0
I'm developing a C++ application on embedded-linux and I need to display video from camera in it. I've used gstreamer to create a window and start the video capture (because it has hardware support...
Orchardist asked 27/11, 2014 at 13:29
1
I am profiling a JNI Android Application . So far I managed to profile it with Android-NDK-profiler. It is very simple so I want to go further and get info of the hardware too, like cache misses, b...
2
Solved
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 d...
2
Solved
I could not find anything on the use of CUDA on Tegra processors,
even though they provide quite a lot SIMD cores (~72).
It would seem that NVIDIA currently focuses development efforts on Tegra
thr...
2
I am working on a image processing project which utilizes cuda for gpgpu imlementation. I want to know is there cuda support enabled on NVIDIA'S tegra2 chip.
2
Solved
I created an app that uses GLES2.0 on a HTC Desire S.
It works on the HTC, but not on an Samung Galaxy tab10.1.
The program cannot be linked (GLES20.glGetProgramiv(mProgram, GLES20.GL_LINK_STATUS, ...
Toddtoddie asked 9/7, 2012 at 15:22
2
We have a Android CPU dependent code and I would like to see how many devices used by customers are ARMv6/ARMv7, if there are still ARM v5, how many of ARMv6 have VFP, what is the Tegra or Neon per...
2
2
Many of the newer hardware platforms running Android, in particular NVIDIA's Tegra 2, support OpenMAX for media acceleration. It's effectively impossible on today's devices to decode 720p video wit...
Inglenook asked 9/8, 2011 at 0:4
1
© 2022 - 2024 — McMap. All rights reserved.