Difference between revisions of "Cuda"

From Ghoulwiki
Jump to: navigation, search
Line 1: Line 1:
 +
== troubleshooting ==
 +
 +
* compiling cuda samples : error message "... cannot be declared weak" : gcc-4.4 is not supported,
 +
** http://carlosscheidegger.wordpress.com/2009/11/16/cuda-2-3-on-ubuntu-9-10/
 +
** add “–compiler-bindir=/usr/bin/gcc-4.3″ to NVCCFLAGS in your makefiles
 +
** cuda/shared/common.mk
 +
** cuda//C/common/common.mk
 +
 +
* running example : segfault
 +
** driver not installed
 +
 
== old ==
 
== old ==
  
 
[[cuda_old_notes]]
 
[[cuda_old_notes]]

Revision as of 23:41, 28 November 2009

troubleshooting

  • running example : segfault
    • driver not installed

old

cuda_old_notes