Bagus Hanindhito

Results 9 comments of Bagus Hanindhito

I would love to have ppc64le Power-9 support for VScode remote.

> @xapundel > if it is possible to install nodejs at ppc64, There might be another solution. > https://github.com/cdr/code-server > This project is a web vscode. > It supports almost...

Hi @jrhemstad, thanks for the reply. Currently, my implementation will not use the type sweep on NVBench (i.e., not using `NVBENCH_BENCH_TYPES`) so the template parameters will be fixed for a...

Hi @jrhemstad I have tried that before by enclosing the brackets, but it still gives me an error as follows; ``` In file included from /home/bagus/CUDA_Bench/libs/nvbench/include/nvbench/nvbench.cuh:24, from /home/bagus/CUDA_Bench/include/CUDA_Bench/gemm/gemm_cutlass_launch_int.cuh:12, from /home/bagus/CUDA_Bench/src/gemm/gemm_cutlass_launch_int.cu:1:...

Thanks, @jrhemstad . I use that workaround for now, although it is not that convenient :)

Hi @allisonvacanti Our project is accessible on [Github](https://github.com/hibagus/CUDA_Bench). [This](https://github.com/hibagus/CUDA_Bench/blob/c4bebfca163d6ebfcbfc3b57e0a3c228593c9d18/src/gemm/gemm_cutlass.cu) is how we plan to integrate bench to our project. When I replace `NVBENCH_BENCH `with `NVBENCH_BENCH_TYPES`, I get the following error...

This error happens when using Transformers>4.28. Starting from 4.29, the accelerate is required for transformers, and somehow it made localrank no longer -1, which is needed for trainer.py included in...