Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-spline-conv
Commits
f07e60cb
Commit
f07e60cb
authored
Mar 13, 2018
by
Jan Eric Lenssen
Browse files
bugfix degree=3
parent
4cb72f68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
spline_conv_gpu.py
spline_conv_gpu.py
+1
-1
No files found.
spline_conv_gpu.py
View file @
f07e60cb
...
@@ -281,7 +281,7 @@ __global__ void spline_kernel(
...
@@ -281,7 +281,7 @@ __global__ void spline_kernel(
const ${Dtype}* input, ${Dtype}* amount, long* index,
const ${Dtype}* input, ${Dtype}* amount, long* index,
const long* kernel_size, const long* is_open_spline, int num_threads) {
const long* kernel_size, const long* is_open_spline, int num_threads) {
CUDA_KERNEL_LOOP(idx, num_threads
}
) {
CUDA_KERNEL_LOOP(idx, num_threads) {
const int e_idx = idx / ${k_max};
const int e_idx = idx / ${k_max};
int k_idx = idx % ${k_max};
int k_idx = idx % ${k_max};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment