File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright (c) 2015 - 2021 Advanced Micro Devices, Inc. All rights reserved.
2
+ Copyright (c) 2015 - 2025 Advanced Micro Devices, Inc. All rights reserved.
3
3
4
4
Permission is hereby granted, free of charge, to any person obtaining a copy
5
5
of this software and associated documentation files (the "Software"), to deal
@@ -37,10 +37,6 @@ THE SOFTWARE.
37
37
#ifndef HIP_INCLUDE_HIP_HIP_RUNTIME_H
38
38
#define HIP_INCLUDE_HIP_HIP_RUNTIME_H
39
39
40
- #if __HIP_DEVICE_COMPILE__ && !__GFX7__ && !__GFX8__ && !__GFX9__ && __AMDGCN_WAVEFRONT_SIZE == 64
41
- #error HIP is not supported on the specified GPU ARCH with wavefront size 64
42
- #endif
43
-
44
40
#if !defined(__HIPCC_RTC__)
45
41
// Some standard header files, these are included by hc.hpp and so want to make them avail on both
46
42
// paths to provide a consistent include env and avoid "missing symbol" errors that only appears
You can’t perform that action at this time.
0 commit comments