Results 10 issues of Matthias Langer

There seems to be an entire set of APIs missing from the CUDA presets. In particular ``` cudnnBackendCreateDescriptor(...) cudnnBackendDestroyDescriptor(...) cudnnBackendExecute(...) cudnnbBackendFinalize(...) cudnnBackendGetAttribute(...) cudnnBackendInitialize(...) cudnnBackendSetAttribute(...) ``` , as well as all...

enhancement

Thanks for your help earlier today. We have been using your `flat_hash_map` in Merlin HugeCTR for quite some time now. I have implemented AVX2-accelerated groups for parallel-hashmap, which I hope...

# Description This will enable link-time optimization the base image, which will in turn enable us to compile RocksDB from source as a direct dependency of TFRA. ## Type of...

RocksDB backend for TFRA Hastabale.

Revised the MR. This now only contains the external storage interface + rocks db template implementation + tests.

enhancement

Now that the thrust dependency is fixed (and updated to a newer version), we can remove the boilerplate code we had before.

bug

Changes - Make Hierarchical KV self-sufficient. - Fix versions of used dependencies. Don't expect the environment to provide them. - Move all dependencies to `third_party` folder.

enhancement

There is a bug with the macro inlining code. The following gives: `3` ``` object Demo extends App { val res: Int = Macros.test(1, 2) println(res) } object Macros {...

I know this is not an easy task. But probably a rewarding one for many applications that require a high memory bandwidth. I really would like to have half-precision float...

new feature

In a histogram (horizontal chart that renders rects), with the following x-scale/x-axis configuration. Vega will put the tick labels with 2 digit fractions (i.e. 0.22 and 0.75) on top of...

feature-request