search for: device_ptr

Displaying 6 results from an estimated 6 matches for "device_ptr".

Did you mean: device_attr
2018 Jan 18
2
[Release-testers] [6.0.0 Release] Release Candidate 1 tagged
...ts/openmp/libomptarget/src/api.cpp:50:10: > error: use of undeclared identifier 'malloc' > rc = malloc(size); > ^ > /home/dim/llvm-6.0.0/rc1/llvm.src/projects/openmp/libomptarget/src/api.cpp:76:5: > error: use of undeclared identifier 'free' > free(device_ptr); > ^ > /home/dim/llvm-6.0.0/rc1/llvm.src/projects/openmp/libomptarget/src/api.cpp:163:20: > error: use of undeclared identifier 'malloc' > void *buffer = malloc(length); > ^ > > I'm trying a local fix here, namely including <cstdlib&g...
2018 Jan 18
0
[Release-testers] [6.0.0 Release] Release Candidate 1 tagged
...llvm-6.0.0/rc1/llvm.src/projects/openmp/libomptarget/src/api.cpp:50:10: error: use of undeclared identifier 'malloc' rc = malloc(size); ^ /home/dim/llvm-6.0.0/rc1/llvm.src/projects/openmp/libomptarget/src/api.cpp:76:5: error: use of undeclared identifier 'free' free(device_ptr); ^ /home/dim/llvm-6.0.0/rc1/llvm.src/projects/openmp/libomptarget/src/api.cpp:163:20: error: use of undeclared identifier 'malloc' void *buffer = malloc(length); ^ I'm trying a local fix here, namely including <cstdlib> at the top of the file. -Dimitr...
2018 Jan 18
0
[Release-testers] [6.0.0 Release] Release Candidate 1 tagged
...t/src/api.cpp:50:10: >> error: use of undeclared identifier 'malloc' >> rc = malloc(size); >> ^ >> /home/dim/llvm-6.0.0/rc1/llvm.src/projects/openmp/libomptarget/src/api.cpp:76:5: >> error: use of undeclared identifier 'free' >> free(device_ptr); >> ^ >> /home/dim/llvm-6.0.0/rc1/llvm.src/projects/openmp/libomptarget/src/api.cpp:163:20: >> error: use of undeclared identifier 'malloc' >> void *buffer = malloc(length); >> ^ >> I'm trying a local fix here, namely includin...
2018 Jan 19
3
[Release-testers] [6.0.0 Release] Release Candidate 1 tagged
...;>> error: use of undeclared identifier 'malloc' >>> rc = malloc(size); >>> ^ >>> /home/dim/llvm-6.0.0/rc1/llvm.src/projects/openmp/libomptarget/src/api.cpp:76:5: >>> error: use of undeclared identifier 'free' >>> free(device_ptr); >>> ^ >>> /home/dim/llvm-6.0.0/rc1/llvm.src/projects/openmp/libomptarget/src/api.cpp:163:20: >>> error: use of undeclared identifier 'malloc' >>> void *buffer = malloc(length); >>> ^ >>> I'm trying a local f...
2018 Jan 20
0
[Release-testers] [6.0.0 Release] Release Candidate 1 tagged
...use of undeclared identifier 'malloc' >>>> rc = malloc(size); >>>> ^ >>>> /home/dim/llvm-6.0.0/rc1/llvm.src/projects/openmp/libomptarget/src/api.cpp:76:5: >>>> error: use of undeclared identifier 'free' >>>> free(device_ptr); >>>> ^ >>>> /home/dim/llvm-6.0.0/rc1/llvm.src/projects/openmp/libomptarget/src/api.cpp:163:20: >>>> error: use of undeclared identifier 'malloc' >>>> void *buffer = malloc(length); >>>> ^ >>>> I...
2018 Jan 17
12
[6.0.0 Release] Release Candidate 1 tagged
Dear testers, Start your engines; 6.0.0-rc1 was just tagged. I know there are still open blockers and it's early in the process in a way, but I'd like to find out where we are. Please run the test script, let me know the results, and upload binaries. Thanks, Hans