Getting Error "no CUDA-Capable device is detected"

21 views
Skip to first unread message

Ayaz Khan

unread,
Mar 16, 2016, 9:35:04 AM3/16/16
to gpuocelot
I am getting the error: no CUDA-capable device is detected

let me know proper way to execute the program using ocelot.

following is my configure.ocelot file:

{
    ocelot: "ocelot",
    trace: {
        database: "traces/database.trace",
        memoryChecker: {
            enabled: false,
            checkInitialization: false
        },
        raceDetector: {
            enabled: false,
            ignoreIrrelevantWrites: false
        },
        debugger: {
            enabled: false,
            kernelFilter: "",
            alwaysAttach: true
        }
    },
    cuda: {
        implementation: "CudaRuntime",
        tracePath: "trace/CudaAPI.trace"
    },
    executive: {
        devices: [emulated],
        optimizationLevel: full,
        defaultDeviceID: 0,
        asynchronousKernelLaunch: True,
        port: 2011,
        host: "127.0.0.1",
        workerThreadLimit: 2,
        warpSize: 32
    },
    optimizations: {
        subkernelSize: 10000,
    }
}

Reply all
Reply to author
Forward
0 new messages