aboutsummaryrefslogtreecommitdiff
path: root/compute_kernel_writer/prototype/examples/add_exp_store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compute_kernel_writer/prototype/examples/add_exp_store.cpp')
-rw-r--r--compute_kernel_writer/prototype/examples/add_exp_store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compute_kernel_writer/prototype/examples/add_exp_store.cpp b/compute_kernel_writer/prototype/examples/add_exp_store.cpp
index 9ee21957f1..a9be0495ec 100644
--- a/compute_kernel_writer/prototype/examples/add_exp_store.cpp
+++ b/compute_kernel_writer/prototype/examples/add_exp_store.cpp
@@ -155,7 +155,7 @@ void op_store(ExampleScopedKernelWriter writer, std::vector<ExampleComponentArgu
int main()
{
- Kernel kernel("example", GpuTargetLanguage::OpenCL);
+ Kernel kernel("example", GpuTargetLanguage::OpenCL);
ExampleKernelWriter root_writer(kernel);
ExampleScopedKernelWriter writer(&root_writer);