From 1d2c6653bd2b739c825a53be3a63c9fb19cc6fb4 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Fri, 28 Feb 2020 15:13:21 +0100
Subject: [PATCH] Call torch operation

---
 tests/test_superresolution.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_superresolution.py b/tests/test_superresolution.py
index dc602d7..d3068c9 100644
--- a/tests/test_superresolution.py
+++ b/tests/test_superresolution.py
@@ -57,6 +57,7 @@ def test_torch_simple():
 
     kernel = move(x, y, a).compile()
     pystencils.autodiff.show_code(kernel.ast)
+    kernel().forward(x, y, 3)
 
 
 def test_downsample():
-- 
GitLab