bhack

Results 1417 comments of bhack

I found this interesting thread where an integrated A-weigthed rms will be very useful: https://www.audiosciencereview.com/forum/index.php?threads/safe-listening-levels-and-headphone-voltage-power-requirements.37860/ As we already integrate LU/LUFS in: https://github.com/x42/meters.lv2/blob/master/src/ebulv2.cc#L59 Do you think you could add an A-weighted...

It is also required for WHO ITU H.870 https://apps.who.int/iris/rest/bitstreams/1176080/retrieve https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-H.870-202203-I!!PDF-E&type=items

Any news on this? I really want to "materialize" a specific commit to a remote cloud bucket without using directly cloud specific cli command line tools

@dberenbaum In some cases I need to use [gcsfuse](https://github.com/GoogleCloudPlatform/gcsfuse/issues/500) or similar. As we don't have currently a `pull --to-remote` option we need to locally materialize on host filesystem, with pull,...

Is there any public progress on the tasks?

We have some tickets potentially related to this in Pytorch like: https://github.com/pytorch/pytorch/issues/51871

Thanks for the update. In the meantime do you know if we will have a CUDA official release to use the extended interface in https://github.com/NVIDIA/cccl/pull/1379 so that we could try...

Personally I hit this specific one for underline [`nonzero`](https://github.com/pytorch/pytorch/blob/main/aten/src/ATen/native/cuda/Nonzero.cu#L114-L115) implementation as other PyTorch users/developers. I don't know if @ezyang have a more complete overview about other related priorities in the...