Update rmsnorm_kernel/rmsnorm.cu
Browse files
rmsnorm_kernel/rmsnorm.cu
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
#include <torch/
|
| 2 |
#include <thrust/execution_policy.h>
|
| 3 |
#include <thrust/for_each.h>
|
| 4 |
#include <thrust/iterator/counting_iterator.h>
|
|
|
|
| 1 |
+
#include <torch/all.h>
|
| 2 |
#include <thrust/execution_policy.h>
|
| 3 |
#include <thrust/for_each.h>
|
| 4 |
#include <thrust/iterator/counting_iterator.h>
|