Skip to content

Commit

Permalink
Fix the TB size for gaussian (requires a variable to be set in the ma…
Browse files Browse the repository at this point in the history
…kefile)
  • Loading branch information
CoffeeBeforeArch committed Sep 12, 2019
1 parent 76df66d commit bbcbd69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cuda/rodinia/3.1/cuda/gaussian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ INCLUDE := $(CUDA_DIR)/include
SRC = gaussian.cu
EXE = gaussian

KERNEL_DIM := -DRD_WG_SIZE_0=128 -DRD_WG_SIZE_1=16

release: $(SRC)
$(CC) $(KERNEL_DIM) $(SRC) -o $(EXE) -I$(INCLUDE) -L$(CUDA_LIB_DIR) -lcudart

Expand Down

0 comments on commit bbcbd69

Please sign in to comment.