-
Cloud Reference Framework
![fig 1](https://cloud.githubusercontent.com/assets/22268769/18632788/8c0a2e68-7ebc-11e6-9d00-1a90854460c0.png)
-
Hello,
I am currently working on computing bulk properties, such as density, volume, temperature, entropy, and specific heats (Cp, Cv), using enthalpy and pressure as inputs.
In most cases, my l…
-
```python
@field_operator
def foo(..., k_offset):
return compute_k_field(...)(as_offset(Koff, k_offset))
```
lowers to
```python
return as_fieldop(lambda k_offset, k_field: deref(shift(Koff…
-
### Description
Hi everybody,
We rely on a PolicyParameterObject for assigning a policy and in the latest version(s) the object is converted in a way that it breaks our code.
Following the docs I cr…
-
nvcc fatal : Unsupported gpu architecture 'compute_86' error: command '/usr/local/cuda-11.0/bin/nvcc' failed with exit code 1
-
Traceback (most recent call last):
File "E:\ComfyUI_3D\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py", line 2105, in _run_ninja_build
subprocess.run(
File "subprocess.py", l…
-
Hi @lorenzkuhn,
I have a concern regarding the computation of the semantic entropy as part of the function `get_predictive_entropy_over_concepts:`
`llh_shift = torch.tensor(5.0)`
`aggregated_li…
-
nvcc fatal : Unsupported gpu architecture 'compute_35'
make[2]: *** [CMakeFiles/vanity_xmr_cuda.dir/build.make:118: CMakeFiles/vanity_xmr_cuda.dir/src/kernel.cu.o] Error 1
make[2]: *** Waiting for…
-
If you run the attached case, you will see that the _devc values of HRRPUA are being written. But when you look at the case in Smokeview, the boundary values report 0.
[Archive.zip](https://github…
-
Could you please explain how the Angelic values were computed? Also, will the code be made available?