Skip to content
Snippets Groups Projects
Commit 92db4264 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Add defintion of RESTRICT to torch CUDA template

parent cd642eb1
Branches
Tags
No related merge requests found
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
#include <vector> #include <vector>
#define RESTRICT __restrict__
{% for g in cuda_globals -%} {% for g in cuda_globals -%}
{{ g }} {{ g }}
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment