Nicolas Capens

Results 17 comments of Nicolas Capens

https://gkjohnson.github.io/three-gpu-pathtracer/example/bundle/materialBall.html now renders correctly with Chrome Canary 106.0.5232.0 using SwiftShader. It should reach Stable in a matter of weeks. Thanks for reaching out to us about this issue!

One minor concern (or rather a follow-up feature request) is that it's non-trivial to know which set of extensions is supported by each CPU micro-architecture. Even just the mix of...

> The `--gtest_also_run_disabled_tests` command-line flag forcibly run all the `DISABLED_` tests, although it doesn't (to my knowledge) circumvent the `GTEST_SKIP()` macro. Thanks for pointing that out! It was indeed a...

Thank you for reporting this. We just load `libcuda.so` dynamically using `dlopen()`, without specifying a directory. The error you're getting is defined as: ``` * This indicates that the CUDA...

Thanks for the report and the repro case! This is currently still an unsupported feature, but we hope to implement it as some point.

Thanks everyone for reporting this! It has the same root cause as #356

Thanks for reporting this! CUDA support on WSL can be a bit tricky to set up. Did you follow the steps at [CUDA on WSL](https://docs.nvidia.com/cuda/wsl-user-guide/index.html#getting-started-with-cuda-on-wsl-2)? Pay specific attention to: >...

I think you're on the right track with `conda install -c conda-forge cxx-compiler`. Can you tell me what version of GCC this installs? You may also need a newer glibc...

Thanks for this proposal and the accompanying code changes! We're going to need a different license and have contributors sign an agreement, before we can merge public MRs. We're working...

Thanks for the feature request. This sounds reasonable at first glance, but I'm a bit concerned about feature creep and bloat. There are additional types that could potentially have their...