Questions tagged [rtx]

46 questions
5
votes
1 answer

Tensorflow GPU long startup time

I have this problem I know quite a lot of people heard about. I upgraded from my laptop with GTX 1050 Ti to a PC with RTX 3060 Ti. I'm running everything in an Anaconda Virtual Environment. I've copied my env from the laptop to the PC. Now the…
Marc Vana
  • 183
  • 6
  • 13
4
votes
1 answer

Compiling RTX Kernel files using GCC Compiler in Eclipse IDE

We have a project in KEIL IDE for LPC2148 which has RTX kernel programs along with other programs in it, which was compiled by ARM CC.Now we need to change the IDE from KEIL(ARM CC) to Eclipse(GCC). When we tried to compile it in Eclipse GCC…
3
votes
0 answers

LightGBM benchmark shows no speedup on RTX-2080 GPU over CPU

The Higgs training runs for LightGBM take the same amount of time for me on both GPU and CPU - 26 seconds. Logs confirm that GPU run is using GPU (transferring data to GPU etc.) https://lightgbm.readthedocs.io/en/latest/GPU-Tutorial.html Went…
John Curry
  • 392
  • 3
  • 12
2
votes
1 answer

Bash script to log in over SSH

Sorry if this seems like a dumb question but I am just learning bash scripting. For a school project we need to code an RTX that runs in Unix. It runs as a process in terminal and takes in user input and then prints it to the screen. I want to write…
EasyOhm
  • 123
  • 3
2
votes
0 answers

What is the reason of RTX 3090 is slower than 3060?

I run the exactly same code for my 2 computers. Both of them are installed of tensorflow-gpu==2.7.0 | CUDA = 11.2 | cudnn = 8.1. For simple Autoencoder code. (Epoch : 300) 3090 takes 1m 57.4s and 3060 takes 52.9 s. 3090 memory is 24 GB and 3060…
MCPMH
  • 175
  • 1
  • 1
  • 11
2
votes
0 answers

RTX kernel porting

We have a project in KEIL IDE for LPC2148 which has RTX kernel programs along with other programs in it.Now we need to change the IDE from KEIL to Eclipse. When we tried to compile it in Eclipse GCC Compiler it is showing errors in RTX_Config.c and…
1
vote
1 answer

What is the best way to implement my program for Keil MCB1700 evaluation board?

I want to develop a program for MCB1700 evaluation board. Client software of PC reads a picture from HDD. Then it sends the picture to MCB1700 evaluation board through socket (Ethernet). Server of MCB1700 receives pictures from PC through…
Lucky Man
  • 1,488
  • 3
  • 19
  • 41
1
vote
1 answer

VK_KHR_acceleration_structure and VK_KHR_raytracing_pipeline aren't presented whereas they are available in vkconfig (RTX2060)

I want to use VK_KHR_acceleration_structure and VK_KHR_raytracing_pipeline VkDevice extensions in my project. The problem is that vkPhysicalDeviceExtensionProperties has no those extensions whereas they are presented by vulkaninfo in vkconfig. In…
TioT2
  • 21
  • 3
1
vote
1 answer

how can I connect to a remote machine like ssh

I want to make an rtx rental website So that anyone who owns an rtx rents it to me and I pay him for it. But how can I connect to a remote machine like ssh So that the connection is to use only the graphics card And I can't check out the files The…
pool
  • 1
  • 1
1
vote
1 answer

Why does Webrtc RTX need different payload type

upon viewing the webrtc RTX rfc The payload type is dynamic. If multiple payload types using retransmission are present in the original stream, then for each of these, a dynamic payload type MUST be mapped to the retransmission payload format. …
Leo9988
  • 11
  • 1
1
vote
0 answers

why need a more gpu memory on RTX than GTX?

I want to know reasons. [environment] pc_1 : gtx 1080ti(11G), cuda-10, tensorflow-gpu==1.13 pc_2 : rtx 2080ti(11G), cuda-10, tensorflow-gpu==1.15 pc_3 : rtx 2080ti(11G), cuda-11.0, tensorflow-gpu==1.15 pc_4 : rtx 3080(10G), cuda-11.1,…
1
vote
1 answer

Real-time application with graphic interface

I need to develop the real-time application which can handle user's input (from some external control panel) as fast as possible and provide some output to LCD monitor (very fast as well). To be more exact - I need to handle fixed-time interrupts…
Andrey Pesoshin
  • 1,136
  • 1
  • 14
  • 30
1
vote
1 answer

bbPress RTX integration

Im currently working on a RTX/Janrain integration with bbPress, but im stuck with a SQL query which doesnt give me any results even though I've been trying with wildcards and an e-mail adress i know is registered. Sign In $rpxApiKey =…
moffepoffe
  • 372
  • 1
  • 8
1
vote
2 answers

The Keil RTX RTOS thread stack size

In the Keil RTX RTOS configuration file, user could configure the default user thread stack size. In general, the stack holds auto/local variables. The "ZI data" section holds uninitialized global variables. So if I change the user thread stack…
lrouter
  • 349
  • 1
  • 5
  • 20
1
vote
2 answers

TwinCAT 3 or IntervalZero

I intend to test EtherCAT communication for a new board (assume the name is XYZ). So I plan to make XYZ as the Slave and connect to a master. To make life easier for me, I decided to go with TwinCAT 3 or RTX64 as the Master on my own PC (with…
raghu rajappa
  • 81
  • 1
  • 11
1
2 3 4