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
jerrrrry
infinicore
Commits
75b89b17
Commit
75b89b17
authored
Mar 04, 2025
by
PanZezhong
Browse files
issue/78 修改utils.h路径
parent
e2b50fd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/infiniop/devices/ascend/common_ascend.h
src/infiniop/devices/ascend/common_ascend.h
+1
-1
src/infiniop/devices/cuda/common_cuda.cuh
src/infiniop/devices/cuda/common_cuda.cuh
+1
-1
No files found.
src/infiniop/devices/ascend/common_ascend.h
View file @
75b89b17
#ifndef __INFINIOP_COMMON_ASCEND_H__
#define __INFINIOP_COMMON_ASCEND_H__
#include "../../utils.h"
#include "../../
../
utils.h"
#include "ascend_handle.h"
#include <acl/acl.h>
#include <acl/acl_base.h>
...
...
src/infiniop/devices/cuda/common_cuda.cuh
View file @
75b89b17
...
...
@@ -5,7 +5,7 @@
#define MAX_WARP_PER_BLOCK 32
#define WARP_SIZE 32
#include "../../utils.h"
#include "../../
../
utils.h"
#include <iostream>
#define CHECK_CUDA_OR_RETURN(API, ERROR) CHECK_API_OR(API, cudaSuccess, return ERROR)
...
...
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