Skip to content

Instantly share code, notes, and snippets.

View VibhuJawa's full-sized avatar
🏠
Working from home

Vibhu Jawa VibhuJawa

🏠
Working from home
  • Nvidia
  • Santa Clara
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
ncountered Exception while running query
Traceback (most recent call last):
File "/home/vjawa/conda/envs/cudf_may_1/lib/python3.7/site-packages/xbb_tools-0.1-py3.7.egg/tools/utils.py", line 981, in run_dask_cudf_query
results = query_func(client=client)
File "/home/vjawa/conda/envs/cudf_may_1/lib/python3.7/site-packages/xbb_tools-0.1-py3.7.egg/tools/utils.py", line 308, in profiled
result = func(*args, **kwargs)
File "tpcx_bb_query_03.py", line 204, in main
wcs_tstamp_min = get_wcs_minima(cli_args)
File "tpcx_bb_query_03.py", line 39, in get_wcs_minima
wcs_tstamp_min = wcs_df["tstamp"].min().compute()
@VibhuJawa
VibhuJawa / dgx_2_profile_tcp.html
Last active February 21, 2020 02:50
dgx_2_profile_tcp.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
@VibhuJawa
VibhuJawa / sorting_comparision.ipynb
Created January 22, 2020 23:35
Sorting Performance Comparison CUDF vs Dask vs Dask.map_partitions
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@VibhuJawa
VibhuJawa / memory_shootup_cudf.ipynb
Created October 7, 2019 23:36
xgb_memory_shootup_cudf.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@VibhuJawa
VibhuJawa / xgboost_dmat_bug.ipynb
Last active October 4, 2019 17:08
xgboost_dmat_bug
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@VibhuJawa
VibhuJawa / xgboost_working_example.ipynb
Last active February 14, 2020 00:19
xgboost_working_example.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@VibhuJawa
VibhuJawa / installation.sh
Last active October 1, 2019 07:20
DataPROC nvidia-driver installation
### Problem Diagnosis:
# The current problem is the disparity in the linux-kernel version and
# linux-kernel header version
# we dont have the required linux-header kernel version
# if we upgrade to 4.9.0-11 from 4.9.0-9
# it seems to work
# dont know if that is allowed so stopping work before making more progress
## below scripts allows you to do a successful nvidia-smi installation