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
apex
Commits
f34686f1
Commit
f34686f1
authored
Mar 09, 2019
by
Natalia Gimelshein
Browse files
fix includes
parent
8f53411a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
csrc/multi_tensor_apply.cuh
csrc/multi_tensor_apply.cuh
+0
-2
csrc/multi_tensor_scale_kernel.cu
csrc/multi_tensor_scale_kernel.cu
+0
-1
No files found.
csrc/multi_tensor_apply.cuh
View file @
f34686f1
#include <torch/extension.h>
#include <ATen/ATen.h>
#include <ATen/ATen.h>
#include <ATen/AccumulateType.h>
#include <ATen/AccumulateType.h>
#include <ATen/cuda/CUDAContext.h>
#include <ATen/cuda/CUDAContext.h>
#include <ATen/cuda/Exceptions.h>
#include <ATen/cuda/Exceptions.h>
#include <assert.h>
#include <assert.h>
#include <cuda_runtime.h>
// #include <iostream>
// #include <iostream>
...
...
csrc/multi_tensor_scale_kernel.cu
View file @
f34686f1
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
#include "multi_tensor_apply.cuh"
#include "multi_tensor_apply.cuh"
#include <assert.h>
#include <assert.h>
#include <cuda_runtime.h>
#define BLOCK_SIZE 512
#define BLOCK_SIZE 512
#define ILP 4
#define ILP 4
...
...
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