aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compute/skc/cl_20/ring_cl_svm_fine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compute/skc/cl_20/ring_cl_svm_fine.h')
-rw-r--r--src/compute/skc/cl_20/ring_cl_svm_fine.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/src/compute/skc/cl_20/ring_cl_svm_fine.h b/src/compute/skc/cl_20/ring_cl_svm_fine.h
deleted file mode 100644
index 65ff9f71f3..0000000000
--- a/src/compute/skc/cl_20/ring_cl_svm_fine.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/*
- * Copyright 2017 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can
- * be found in the LICENSE file.
- *
- */
-
-//
-// Fine-grained shared virtual memory ring
-//
-
-#include "runtime.h"
-#include "types.h"
-
-//
-//
-//
-
-union skc_ring *
-skc_ring_cl_svm_fine_alloc(struct skc_runtime_impl * const runtime_impl);
-
-void
-skc_ring_cl_svm_fine_free(struct skc_runtime_impl * const runtime_impl, union skc_ring * const ring);
-
-//
-//
-//
-
-void
-skc_ring_cl_svm_fine_init(union skc_ring * const ring, skc_uint writes);
-
-//
-//
-//
-
-skc_uint
-skc_ring_cl_svm_fine_read(union skc_ring * const ring, skc_uint const n);
-
-skc_uint
-skc_ring_cl_svm_fine_write(union skc_ring * const ring, skc_uint const n);
-
-//
-//
-//
-