nvcc

    4熱度

    2回答

    當我在R中安裝gputools時出現錯誤,而且我找不到任何解決方案。 我用命令install.packages("gputools") /usr/local/cuda/bin/nvcc -c -Xcompiler "-fpic -I/usr/local/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-p

    3熱度

    1回答

    我有一個vbscript調用PowerShell腳本,希望將PowerShell輸出返回到HTA(HTML應用程序)GUI。現在我只想看看是否可以將PowerShell輸出返回到VBScript中的MsgBox。我沒有太多運氣。 VBScript代碼: Set shell = CreateObject("WScript.Shell") return = shell.Run("powershell

    0熱度

    1回答

    在$ http請求按照這個https://github.com/angular/angular.js/issues/1159 這應該工作,不應該嗎? el.bind('keyup', function() { var canceler = $q.defer(); $http.post('/api', data, {timeout: canceler.promise}).suc

    0熱度

    1回答

    我想鏈接庫使用-lcusparse爲Nsight中的nvcc編譯器,即類似這樣的東西 nvcc test_sparse.cu -lcusparse -o test_CUSPARSE。 我在哪裏可以在Nsight 7.5中添加它,我只找到老版本的解釋。

    0熱度

    2回答

    我想在Windows 7中使用Theano進行深入學習。我已經安裝了Visual Studio Community Edition 2013。和CUDA工具包7.5。我爲Python使用Anaconda環境。 但是,當我導入Theano我遇到以下命令行消息。 ERROR:theano.sandbox.cuda:Failed to compile cuda_ndarray.cu: ('nvcc re

    -1熱度

    1回答

    我剛開始使用CUDA 7.5安裝Ubuntu 16.04,並在安裝OpenCV3.1時遇到問題。 當我運行make,我得到了以下錯誤: [ 9%] Building NVCC (Device) object modules/core/CMakeFiles/cuda_compile.dir/src/cuda/cuda_compile_generated_gpu_mat.cu.o /usr/incl

    1熱度

    2回答

    我在這行代碼中有錯誤(72)。我已經在論壇上搜索過,但還沒有解決,我試圖改變爲getMapAsync(); 看來,這個功能已經過時了,但因爲我在互聯網上找到的這個代碼,我不知道如何更新它。 http://wptrafficanalyzer.in/blog/driving-route-from-my-location-to-destination-in-google-maps-android-api

    2熱度

    1回答

    我在Visual Studio 2013,Windows 10,CMake 3.5.1上。 一切與標準C++編譯正確,例如: 的CMakeLists.txt project(Test) add_definitions(/D "WINDOWS_DLL_API=__declspec(dllexport)") add_definitions(/D "FOO=1") set(PROJECT_SR

    0熱度

    1回答

    我想編譯一個c++文件與nvcc使用cuda 7.5.18和gcc 5.4.0並且運行時出現錯誤。看看下面簡單的例子: #include <thrust/functional.h> struct test_struct { //.. } void f(test_struct& a) { //.. } int main() { test_struct a

    1熱度

    2回答

    隨着CuObjDump SASS可以從Cubin文件生成使用 cuobjdump -sass <input file>,但有什麼辦法可以將SASS轉換回Cubin。