├── LICENSE ├── README.md ├── lineitem_small.zip ├── nvparse.h └── test.cu /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antonmks/nvParse/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antonmks/nvParse/HEAD/README.md -------------------------------------------------------------------------------- /lineitem_small.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antonmks/nvParse/HEAD/lineitem_small.zip -------------------------------------------------------------------------------- /nvparse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antonmks/nvParse/HEAD/nvparse.h -------------------------------------------------------------------------------- /test.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antonmks/nvParse/HEAD/test.cu --------------------------------------------------------------------------------