Skip to content

Commit

Permalink
Merge pull request AdaptiveCpp#1411 from Abdulrahman295/bugfix/issue-…
Browse files Browse the repository at this point in the history
…1406/filename-typo

fix: rename file interger.hpp to integer.hpp
  • Loading branch information
illuhad authored Mar 18, 2024
2 parents 5777309 + 4237e7c commit 4ea170f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/hipSYCL/sycl/libkernel/sscp/builtins.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

#include "builtins/math.hpp"
#include "builtins/native.hpp"
#include "builtins/interger.hpp"
#include "builtins/integer.hpp"
#include "builtins/relational.hpp"
#include "builtins/print.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src/libkernel/sscp/amdgpu/integer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


#include "hipSYCL/sycl/libkernel/sscp/builtins/amdgpu/ockl.hpp"
#include "hipSYCL/sycl/libkernel/sscp/builtins/interger.hpp"
#include "hipSYCL/sycl/libkernel/sscp/builtins/integer.hpp"


HIPSYCL_SSCP_BUILTIN __hipsycl_int32 __hipsycl_sscp_mul24_s32(__hipsycl_int32 a, __hipsycl_int32 b) {
Expand Down
2 changes: 1 addition & 1 deletion src/libkernel/sscp/host/integer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/


#include "hipSYCL/sycl/libkernel/sscp/builtins/interger.hpp"
#include "hipSYCL/sycl/libkernel/sscp/builtins/integer.hpp"

#include <limits.h>

Expand Down
2 changes: 1 addition & 1 deletion src/libkernel/sscp/ptx/integer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/


#include "hipSYCL/sycl/libkernel/sscp/builtins/interger.hpp"
#include "hipSYCL/sycl/libkernel/sscp/builtins/integer.hpp"
#include "hipSYCL/sycl/libkernel/sscp/builtins/ptx/libdevice.hpp"

extern "C" __hipsycl_int32 __nv_mul24(__hipsycl_int32, __hipsycl_int32);
Expand Down
2 changes: 1 addition & 1 deletion src/libkernel/sscp/spirv/integer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/


#include "hipSYCL/sycl/libkernel/sscp/builtins/interger.hpp"
#include "hipSYCL/sycl/libkernel/sscp/builtins/integer.hpp"

__hipsycl_int32 __spirv_ocl_s_mul24(__hipsycl_int32 a, __hipsycl_int32 b);
__hipsycl_uint32 __spirv_ocl_u_mul24(__hipsycl_uint32 a, __hipsycl_uint32 b);
Expand Down

0 comments on commit 4ea170f

Please sign in to comment.