crystal icon indicating copy to clipboard operation
crystal copied to clipboard

GPU library for writing SQL queries

Results 7 crystal issues
Sort by recently updated
recently updated
newest added

I following the README, and complied the test example. However, the error occurs when I runned "./bin/ssb/q11". " ** LOADED DATA ** CUDA error 11 [src/ssb/gpu_utils.h, 21]: invalid argument "...

I only see "join for atomic result" & "item projection" in source code. But I didn't find the efficient solution for `SELECT`.

I can't find BlockScan and BlockSuffle API which are mentioned in Table 1 in your paper. ![image](https://user-images.githubusercontent.com/47519522/134734572-fce38205-0cf2-4c57-9731-99c8ecc1ab18.png)

Your presentation of the paper at SIGMOD 2020 is great. However, I could not find the slides on your personal page. (I also sent you an email to your MIT...

```bash $ python util.py ssb 1 gen SSBM (Star Schema Benchmark) Population Generator (Version 1.0.0) Copyright Transaction Processing Performance Council 1994 - 2000 Segmentation fault (core dumped) ``` According to...