Miro Palmu
Miro Palmu
This might might be too large PR. Sorry about that. Because of my mistake PR #302 is also included in this. Two main things are that we can now create...
Upgraded to Vulkan 1.3 as default. Hopefully I have not missed anything nor broke anything. I'm not that familiar with Docker but seems like tests were at least working on...
When creating a tensor from manager with ``` inline std::shared_ptr kp::Manager::tensorT(const kp::Constants &data, kp::Tensor::TensorTypes tensorType = kp::Tensor::TensorTypes::eDevice) ``` and then calling rebuild on created tensor it will throw "Kompute Tensor...
Using SymPy 1.11.1 follwing code will print inifinity (after a while) ``` import sympy x = sympy.Symbol("x") J = sympy.Integral(x**2 * (sympy.cos(x)/x**2 - sympy.sin(x)/x**3)**3, (x, 0, sympy.oo)) sympy.pretty_print(J.doit()) ``` but...
First of all, I am aware that this might be more general problem with views and `using namespace` and not specific to this library, but if it is somehow fixed,...
On arch linux with `foot version: 1.18.1 +pgo +ime +graphemes -assertions` ``` img2sixel 1.10.3 configured with: libcurl: yes libpng: no libjpeg: no gdk-pixbuf2: yes GD: no ``` does not display...
User-supplied callable metric (contravariant) is supported for Geodesic class (`src/einsteinpy/geodesic/utils.py`. Geodesic class uses helper function _P (`src/einsteinpy/geodesic/utils.py`) to get first component of covariant momentum from user supplied three momentum, which...
With the changes to `tyvi::mdgrid_work` making it more robust abstraction over (hip) stream (*) we have room to add more asynchrony in order to hide latency in kernel launching etc....