Code Monkey home page Code Monkey logo

cuosqp's Introduction

黎振胜 (Zhensheng(Victor) Lee)

Software engineer in Robotics Middleware

wechat: zhensheng_li


Github stats

Star History Chart


Contribution

Streaming based automotive middleware specifically in Compute Graph Framework (CGF) and System Task Manager (STM) Scheduler from Nvidia DriveWorks SDK

Pubsub-messaging based Robotics Middleware specifically in rclcpp, rcl and rmw from OSRF ROS2

GPU based Hardware Acceleration specifically in CUDA

Rust programming specifically with cpp

Education
Experience
Certification
Publication

cuosqp's People

Contributors

zhenshenglee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cuosqp's Issues

Cmake build wrong CUDA architecture

Hello,

In cuosqp/CMakeLists.txt, I've added the following lines:

set(CMAKE_CUDA_ARCHITECTURES 75)
set(CUDA_ARCHITECTURES 75)

However, when I cmake --build ., it runs into error: no instance of overloaded function "atomicAdd" matches the argument list argument types are: (double *, double).

This is because the compiler keeps setting arch=compute52_52,code=sm_52 (I found this by running grep -rn . -e "sm_" in cuosqp/build folder). I have no idea where the number 52 comes from, because it runs fine on Google Colab but not on my PC.

So, what's the correct way to set CUDA_ARCHITECTURES ? My machine has cuda-11.4 and 2080ti

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.