Nate Sutton

Results 34 comments of Nate Sutton

@hkashyap I tried adding "` || defined(__CUDA11__)`" to the end of this line and it appears to allow CARLsim to recognize my CUDA 11.4 installation. I referer to other developers...

@ame68 unless I am mistaken compute_30 is set to be depreciated or may already be depreciated on newer Nvidia graphics cards or newer CUDA versions. One may need to remove...

@ame68 glad to hear that. Could you please share, what GPU and OS (including version) do you use for anyone's reference in case it can be helpful? Btw, since the...

Thanks for the info. If someone were to write a way to auto detect compute_xx needed for GPUs or at least make a way for users to easily understand how...

Some good news is that I found a way to get the helloworld example to work. In "carlsim.h", I changed the "preferredSimMode = CPU_MODE" to "preferredSimMode = GPU_MODE" and recompiled...

I tried downgrading to CUDA 10.1 and compiling CARLsim5 with GCC 8.5 instead of 11.2 but still I am getting the same error.

After swapping in my older Nvidia GTX 680 card I was able to get CARLsim5 to it appears work on Ubuntu 21.10. It successfully ran a couple of example projects...

Looks like I got it running at least at a basic level. I added: `GENCODE_SM86 := -gencode arch=compute_86,code=sm_86` `$(eval NVCCFL += $(GENCODE_SM86))` to carlsim/configure.mk. This adds more compatibility with my...

Given that this issue started happening for me around when version 0.5.1 was released I have an interest to rolling back to an older version of this extension. I tried...

@volkeu Thanks so much! I followed the steps you described and the navigation function is back in action with this extension's version 0.4.2 in the latest firefox (102.0). I think...