aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compute/skc/platforms/cl_12/kernels
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-07-11 16:10:14 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-16 13:59:36 +0000
commit1419534a0079618b9c12edd74fd756e36b0523bf (patch)
tree46e83a5a3c46cdf5aa70f48c2ed73b81874f481a /src/compute/skc/platforms/cl_12/kernels
parent7e83f89dd67e7c66d853e78b4630450bfb406de0 (diff)
Whitespace cleanup again
Change-Id: I38ab9ff141eb088084a4c0e664f327ceb89fcf70 Reviewed-on: https://skia-review.googlesource.com/140784 Commit-Queue: Hal Canary <halcanary@google.com> Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
Diffstat (limited to 'src/compute/skc/platforms/cl_12/kernels')
-rw-r--r--src/compute/skc/platforms/cl_12/kernels/devices/gen9/device_cl_12.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/compute/skc/platforms/cl_12/kernels/devices/gen9/device_cl_12.c b/src/compute/skc/platforms/cl_12/kernels/devices/gen9/device_cl_12.c
index d7f10e38bf..0be97235f3 100644
--- a/src/compute/skc/platforms/cl_12/kernels/devices/gen9/device_cl_12.c
+++ b/src/compute/skc/platforms/cl_12/kernels/devices/gen9/device_cl_12.c
@@ -90,7 +90,7 @@
// FIXME -- move these to log2 values where appropriate
//
-static
+static
struct skc_config const config =
{
.suballocator = {
@@ -102,7 +102,7 @@ struct skc_config const config =
.size = 128 * 1024 * 1024,
.subbufs = 1024 // must be <= (1 << (8 * sizeof(skc_subbuf_id_t)))
}
- },
+ },
.scheduler = {
.size = 4096 // 128 // FIXME -- this is just for testing -- way too big -- schedulees should bring their own state
@@ -382,7 +382,7 @@ skc_device_shaper_paths_copy(size_t const work_size,
work_local [0] = SKC_PATHS_COPY_SUBGROUP_SIZE;
return work_local;
-#else
+#else
return NULL; // let runtime figure out local work size
#endif
}
@@ -659,7 +659,7 @@ struct skc_device
{
//
// FIXME -- an OpenCL 2.1+ device would clone these kernels in a
- // multithreaded system.
+ // multithreaded system.
//
// Not having the ability to clone kernels (yet set their sticky
// args) was an oversight in previous versions of OpenCL.