-
This architecture of VAWT cannot be modeled in OWENS. It required blunt body aero and 3D FEA. OWENS is built on lifting body aero and 1D beam FEA. A different code, similar to OWENS in aeroelastic …
-
Numba-cuda extensions (e.g. [nvmath-python](https://developer.nvidia.com/nvmath-python)) are frequently leaning on CUDA C++ implementations to support the core of their functionality.
One current UX …
-
E.g. It would be convenient to be able to do things like
```python
tuple(g * d for g, d in zip(cuda.gridDim, cuda.blockDim))
```
which is not presently possible with the current implementation of `D…
-
It would be nice to have some suggestions how things are supposed be implemented. Some example code with resulting ttx would be great. That would make it easier to develop consisted fea compilers.
Ma…
-
This is a follow-on issue from the work in #11750, which fixes the test failures in `aqe_test.py` pertaining to DPP on Databricks 14.3.
We found a condition where Databricks seems to insert a `Collec…
-
For every tools run using the python CMD, log files are stored at `$HOME/.spark_rapids_tools/logs/qual_2024xxx.logs`.
However, there are some areas where we can improve the overall logging:
```[tas…
-
Currently, we run the Tool (python+jar) on a single machine which is limited by the memory and compute of the host machine. However, Tools should have the capability to process large scale event logs.…
-
**Is your feature request related to a problem? Please describe.**
I wish I could use cuDF to do `.dt.total_seconds` on a timedelta column
**Describe the solution you'd like**
`.dt.total_seconds`
…
-
C:\Users\soren\OneDrive\Desktop\vtol_sizing-master\cases\Alpha>set PYTHONPATH=C:\path\to\fea
C:\Users\soren\OneDrive\Desktop\vtol_sizing-master\cases\Alpha>C:\Users\soren\AppData\Local\Programs\Pyt…
jjxx2 updated
5 months ago
-
**Is your feature request related to a problem? Please describe.**
I would like to have a GPU-accelerated version of the PaCMAP algorithm, a competitor to UMAP. Personally, I would use this with t…