Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispypatt committed May 14, 2019
1 parent abd0fa8 commit 50ef310
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@
Repository for EE 5351 Applied Parallel Programming final project on sorting based Groupby and is being updated for EE 5355 Algorithmic Techniques for Scalable Many-core Computing final project on hashed based Groupby. This project is to implement RAPIDS Groupby function in CUDA.

Team members EE 5351: Aaron Nightingale, Christopher Patterson, Jersin Nguetio, Menglu Liang, Tonglin Chen

Team members EE 5355: Tonglin Chen, Tianming Cui, Christopher Patterson, Yadu Kiran

Compiling Options:

dbg: Compile target using debug mode, 512 thread per block
- dbg: Compile target using debug mode, 512 thread per block

NOPRINT: Target will not print the result from groupby
- NOPRINT: Target will not print the result from groupby

PRIV: Experimental privatization without relaunches
- PRIV: Experimental privatization without relaunches

TESLA: Explicitly use 32KB shared memory per block. Should only be used with PRIV
- TESLA: Explicitly use 32KB shared memory per block. Should only be used with PRIV

CPU_SAMPLE: Target will run CPU sampling to predict the number of unique keys
- CPU_SAMPLE: Target will run CPU sampling to predict the number of unique keys

GPU_SAMPLE: Target will run GPU sampling to predict the number of unique keys
- GPU_SAMPLE: Target will run GPU sampling to predict the number of unique keys

Command line usage for sorting based GroupBy:
```
Expand Down

0 comments on commit 50ef310

Please sign in to comment.