Commit 75b89b17 authored by PanZezhong's avatar PanZezhong
Browse files

issue/78 修改utils.h路径

parent e2b50fd0
#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>
......
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment