projects
/
deliverable
/
binutils-gdb.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
[gdb/testsuite] Fix gdb.base/consecutive.exp with gcc-8
[deliverable/binutils-gdb.git]
/
gdb
/
testsuite
/
lib
/
opencl_kernel.cl
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
/* OpenCL kernel for testing purposes. */
2
__kernel void testkernel (__global int *data)
3
{
4
data[get_global_id(0)] = 0x1;
5
}
This page took
0.024051 seconds
and
4
git commands to generate.