Skip to content

Commit

Permalink
add xpu_jsonlib.cu and xpu_jsonlib.h (just compilable)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaigai committed May 23, 2023
1 parent df9fb67 commit 7a4a8e5
Show file tree
Hide file tree
Showing 10 changed files with 1,567 additions and 112 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ GENERATED-HEADERS = $(GPU_DEVATTRS_H)
include $(STROM_BUILD_ROOT)/Makefile.cuda
__CUDA_OBJS = xpu_common cuda_gpuscan cuda_gpujoin cuda_gpupreagg \
xpu_basetype xpu_numeric xpu_timelib xpu_textlib xpu_misclib \
xpu_postgis
xpu_jsonlib xpu_postgis
__CUDA_HEADERS = cuda_common.h xpu_common.h xpu_opcodes.h xpu_basetype.h \
xpu_numeric.h xpu_textlib.h xpu_timelib.h xpu_misclib.h \
xpu_postgis.h
xpu_jsonlib.h xpu_postgis.h
__CUDA_OPT_OBJS = $(addsuffix .fatbin,$(__CUDA_OBJS))
CUDA_HEADERS = $(addprefix $(STROM_BUILD_ROOT)/,$(__CUDA_HEADERS))
CUDA_OPT_OBJS = $(addprefix $(STROM_BUILD_ROOT)/,$(__CUDA_OPT_OBJS))
Expand Down
1 change: 0 additions & 1 deletion src/cuda_gpupreagg.cu
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,6 @@ __insertOneTupleGroupBy(kern_context *kcxt,
{
kern_hashitem *hitem;
int32_t tupsz;
uint32_t required;
union {
uint64_t u64;
struct {
Expand Down
1 change: 1 addition & 0 deletions src/xpu_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -1404,6 +1404,7 @@ struct xpu_datum_operators {
#include "xpu_textlib.h"
#include "xpu_timelib.h"
#include "xpu_misclib.h"
#include "xpu_jsonlib.h"
#include "xpu_postgis.h"

/*
Expand Down
Loading

0 comments on commit 7a4a8e5

Please sign in to comment.