I am trying to start GPU's HD5850 but I receive the next error:
found platform[0] name = 'AMD Accelerated Parallel Processing'
found 5 devices
Using device 0 as GPU 0
Using device 1 as GPU 1
Using device 2 as GPU 2
Using device 3 as GPU 3
Using device 4 as GPU 4
compiling ...
source: 41162 bytes
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 16: warning:
variable "slotMask" was declared but never referenced
const uint32_t slotMask = ((1u< ^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 22: warning:
variable "slotMask" was declared but never referenced
const uint32_t slotMask = ((1u< ^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 233: warning: a
value of type "__global bucket0 *" cannot be used to initialize an
entity of type "const __global bucket0 *"
const __global bucket0 *buck = &tree0_ptr(heap0, 0)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 245: warning: a
value of type "__global bucket1 *" cannot be used to initialize an
entity of type "const __global bucket1 *"
const __global bucket1 *buck = &tree1_ptr(heap1, 0)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 257: warning: a
value of type "__global bucket0 *" cannot be used to initialize an
entity of type "const __global bucket0 *"
const __global bucket0 *buck = &tree0_ptr(heap0, 1)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 269: warning: a
value of type "__global bucket1 *" cannot be used to initialize an
entity of type "const __global bucket1 *"
const __global bucket1 *buck = &tree1_ptr(heap1, 1)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 281: warning: a
value of type "__global bucket0 *" cannot be used to initialize an
entity of type "const __global bucket0 *"
const __global bucket0 *buck = &tree0_ptr(heap0, 2)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 293: warning: a
value of type "__global bucket1 *" cannot be used to initialize an
entity of type "const __global bucket1 *"
const __global bucket1 *buck = &tree1_ptr(heap1, 2)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 305: warning: a
value of type "__global bucket0 *" cannot be used to initialize an
entity of type "const __global bucket0 *"
const __global bucket0 *buck = &tree0_ptr(heap0, 3)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 317: warning: a
value of type "__global bucket1 *" cannot be used to initialize an
entity of type "const __global bucket1 *"
const __global bucket1 *buck = &tree1_ptr(heap1, 3)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 329: warning: a
value of type "__global bucket0 *" cannot be used to initialize an
entity of type "const __global bucket0 *"
const __global bucket0 *buck = &tree0_ptr(heap0, 4)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 341: warning: a
value of type "__global bucket0 *" cannot be used to initialize an
entity of type "const __global bucket0 *"
const __global bucket0 *buck = &tree0_ptr(heap0, 0)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 353: warning: a
value of type "__global bucket1 *" cannot be used to initialize an
entity of type "const __global bucket1 *"
const __global bucket1 *buck = &tree1_ptr(heap1, 0)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 365: warning: a
value of type "__global bucket0 *" cannot be used to initialize an
entity of type "const __global bucket0 *"
const __global bucket0 *buck = &tree0_ptr(heap0, 1)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 377: warning: a
value of type "__global bucket1 *" cannot be used to initialize an
entity of type "const __global bucket1 *"
const __global bucket1 *buck = &tree1_ptr(heap1, 1)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 389: warning: a
value of type "__global bucket0 *" cannot be used to initialize an
entity of type "const __global bucket0 *"
const __global bucket0 *buck = &tree0_ptr(heap0, 2)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 401: warning: a
value of type "__global bucket1 *" cannot be used to initialize an
entity of type "const __global bucket1 *"
const __global bucket1 *buck = &tree1_ptr(heap1, 2)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 413: warning: a
value of type "__global bucket0 *" cannot be used to initialize an
entity of type "const __global bucket0 *"
const __global bucket0 *buck = &tree0_ptr(heap0, 3)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 425: warning: a
value of type "__global bucket1 *" cannot be used to initialize an
entity of type "const __global bucket1 *"
const __global bucket1 *buck = &tree1_ptr(heap1, 3)[tree_bucket(t)];
^
"C:\Users\Miner213\AppData\Local\Temp\OCL9C4E.tmp.cl", line 437: warning: a
value of type "__global bucket0 *" cannot be used to initialize an
entity of type "const __global bucket0 *"
const __global bucket0 *buck = &tree0_ptr(heap0, 4)[tree_bucket(t)];
^
Error compiling program for digitH.
Frontend phase failed compilation.
Error: Creating kernel digitH failed!
Is there any way to correct the problem?
Thanks!!