Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert compression and io to string axis type in IO benchmarks #14347

Merged
merged 13 commits into from
Dec 11, 2023

Commits on Oct 30, 2023

  1. use string axis for io type in BM_parquet_read_data

    Signed-off-by: Suraj Aralihalli <suraj.ara16@gmail.com>
    SurajAralihalli committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0ec95d6 View commit details
    Browse the repository at this point in the history
  2. update header file

    Signed-off-by: Suraj Aralihalli <suraj.ara16@gmail.com>
    SurajAralihalli committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b9f911d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. make BM_parquet_read_data working

    Signed-off-by: Suraj Aralihalli <suraj.ara16@gmail.com>
    SurajAralihalli committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9206a34 View commit details
    Browse the repository at this point in the history
  2. add string axis type to all benchmarks in parquet_reader_input.cpp

    Signed-off-by: Suraj Aralihalli <suraj.ara16@gmail.com>
    SurajAralihalli committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ec0fe55 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. cuda fail when incorrect io/compression type is used

    Signed-off-by: Suraj Aralihalli <suraj.ara16@gmail.com>
    SurajAralihalli committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6783527 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    c34b7a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. use string_view

    Signed-off-by: Suraj Aralihalli <suraj.ara16@gmail.com>
    SurajAralihalli committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9d2ecc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c06c37a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'convert_io_axis_type' of github.com:SurajAralihalli/cud…

    …f into convert_io_axis_type
    SurajAralihalli committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a4dcc26 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    62bfc52 View commit details
    Browse the repository at this point in the history
  2. else if -> if

    Signed-off-by: Suraj Aralihalli <suraj.ara16@gmail.com>
    SurajAralihalli committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3b59324 View commit details
    Browse the repository at this point in the history
  3. static cast int64 to int32

    Signed-off-by: Suraj Aralihalli <suraj.ara16@gmail.com>
    SurajAralihalli committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c4ab7a7 View commit details
    Browse the repository at this point in the history
  4. use auto

    Signed-off-by: Suraj Aralihalli <suraj.ara16@gmail.com>
    SurajAralihalli committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    585c328 View commit details
    Browse the repository at this point in the history