Karthikeyan

Results 24 issues of Karthikeyan

Is there a way to copy the description without copying params? Context: Along with `@copydetails`, Usually when `@return` is provided, ~it overrides copied return~ it doesn't throw any warning. But...

enhancement

Support for Cython with fiel formats .pxd and .pyx .pxd contains declarations from C++ which can be ignored. .pyx contains `import` and `cimport` from other .pyx and .pxd files. This...

enhancement

https://github.com/google/benchmark#running-a-subset-of-benchmarks As shown in the readme.md, https://github.com/google/benchmark/blame/master/README.md#L424 The benchmark name contains the state.range values as human readable format. (eg. `32k`) But the current code does not provide any switches or...

enhancement
good first issue
help wanted

## Description Adds nvbench for nested json parser. Depends on #11388 ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [x] New or existing tests cover these...

feature request
2 - In Progress
tests
libcudf
CMake
non-breaking

**Is your feature request related to a problem? Please describe.** libcudf `fixed_point_scalar_device_view` has `set_value(rep_type)`. It doesn't have `T value()` and `set_value(T)`. These are needed for usage of `fixed_point_scalar_device_view` in device...

feature request
good first issue
libcudf
inactive-90d

**Describe the bug** Following python tests produced errors when run using `compute-sanitizer --tool memcheck` 102 errors. **Steps/Code to reproduce bug** ```bash compute-sanitizer --tool memcheck pytest -v python/cudf/cudf/tests/test_gpu_arrow_parser.py compute-sanitizer --tool memcheck...

bug
tests
cuda
inactive-30d

Fixes #10599 Parsing string to float is inconsistent between CSV reader and to_numeric. This is because cuio parsing and cudf.to_numeric uses different algorithms. - cuio parsing uses `parse_numeric`. This is...

libcudf
Performance
5 - DO NOT MERGE
improvement
breaking

This iterator serves as a generalized version of output iterator. Typical usage is `output_writer_iterator(index_iterator, [result_begin](auto i, auto v) { result_begin[i]=v;});` Sometimes output iterator has to be complex. This output writer...

type: enhancement
P2: nice to have

With libcudacxx 1.6.0, `nvcc -std=c++17 atomic_test.cu -arch=sm_70`, following code causes ``` atomic_test.cu(7): error C2338: device_uvector only supports types that are trivially copyable. atomic_test.cu(24): note: see reference to class template instantiation...

- move doxygen config file and other generated and additional files from nvlabs/cub/gh-pages to main docs/ directory - add cmake rule, `make docs` generates documentation in docs/html - update config,...

type: enhancement
blocked
P1: should have
area: docs