Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5940185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T15:56:00+00:00 2026-05-22T15:56:00+00:00

Could you recommend any open source (apart from eclipse) CUDA IDE that can be

  • 0

Could you recommend any open source (apart from eclipse) CUDA IDE that can be used directly (no additioanl plugins, etc)?

PS: therey is also any online-cloud CUDA IDE? (I found http://ideone.com/8lYvf, but not valid for CUDA)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T15:56:01+00:00Added an answer on May 22, 2026 at 3:56 pm

    You can use QT-Creator, it works quite well in combination with cmake:

    cmake_minimum_required(VERSION 2.6.2)
    
    project(GPU_PROJECT)
    #set(CMAKE_BUILD_TYPE Debug)
    
    #In case findCUDA.cmake wasn't found, download it from here
    # https://gforge.sci.utah.edu/gf/project/findcuda/scmsvn/?action=browse&path=%2F*checkout*%2Ftrunk%2FFindCuda.html 
    # and put it into SOURCE_DIR/CMake
    #set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake" ${CMAKE_MODULE_PATH})
    
    #### Cuda 
    # find_package(CUDA)
    find_package(CUDA 3 QUIET REQUIRED)
    # find_package(CUDA 2.1)
    # find_package(CUDA 2.2)
    # find_package(CUDA 2.3)
    # find_package(CUDA 2.1 REQUIRED)
    # find_package(CUDA 2.2 REQUIRED)
    # find_package(CUDA 2.3 REQUIRED)
    # find_package(CUDA 2.1 EXACT)
    # find_package(CUDA 2.2 EXACT)
    # find_package(CUDA 2.3 EXACT)
    # find_package(CUDA 2.1 EXACT REQUIRED)
    # find_package(CUDA 2.2 EXACT REQUIRED)
    # find_package(CUDA 2.3 EXACT REQUIRED)
    # find_package(CUDA 2.2 EXACT QUIET REQUIRED)
    
    if (CUDA_FOUND) 
    message(" * CUDA ${CUDA_VERSION} was found")
    else(CUDA_FOUND)
        message(" * CUDA is not found")
        message(FATAL_ERROR "Not all CUDA libraries are found")
    endif(CUDA_FOUND)
    
    
    set(SRCS
         src/main.cpp
         src/cuda_core.cu
    )
    cuda_add_executable(GPU_PROJECT ${SRCS})
    target_link_libraries(GPU_PRJECT ${SOME_LIBRARY})
    

    If you want to have additional debug functionalities, replace gdb with cuda-gdb in the QT-Creator config.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone recommend a good application that could be used to convert VB.NET projects
Can anyone recommend some useful performance analysis tools for PHP scripts? Anything that could
Could someone recommend any good resources for creating Graphics User Interfaces, preferably in C/C++?
I was hoping someone could validate my assumptions before I recommend that my client
Anyone could recommend a good guide/tutorial/article with tips/guidelines in how to organize and partition
Could anyone recommend a good BAML Decompiler / Viewer besides BAML Viewer plugin for
Depends on your experience could you recommend something? I've use izpack , and it's
I'm a Facebook programmer newbie. Could anybody recommend good resources for starters? I believe
I need to know about Epoll On linux System. Could you recommend manual or
Could you guys recommend me a good db modeling tool? Mainly for SQL Server...

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.