The Wayback Machine - https://web.archive.org/web/20220320162141/https://github.com/topics/research-and-development
Skip to content
#

research-and-development

Here are 103 public repositories matching this topic...

precice
uekerman
uekerman commented Mar 15, 2022

Describe your setup

Current preCICE develop version

Describe the problem

When we allowed multiple read mappings to the same mesh in #849, we forgot to update the following assignment (which still assumes that there is only one read mapping to a certain mesh).

https://github.com/precice/precice/blob/ebce55ab5c563295909b0179f6610b6e4d4fa529/src/precice/config/ParticipantConfigur

Pikachuxxxx
Pikachuxxxx commented Mar 6, 2022

Staging buffer and vkCmdCopyBufferToImage cannot copy image from staging buffer to GPU host visible memory if the dimension is larger than 1024x1024 size. Also the image size is being computed wrong for some reason.

============================================================
Razix Engine Stats
Version : 0.30.0
Configuration : [Debug | Release | Distribution]
Release Stage : Development
Re

AntoineRondelet
AntoineRondelet commented Apr 1, 2021

As per the title, it wouldn't hurt to add more git hooks to this repo, especially pre-commit ones to make sure no style violation happens within commits, and to catch such hiccups asap instead of waiting for the CI to fail.
The pre-commit tool looks like a good way to manage various pre-commit hooks, so it may be interesting to look into adding support for this tool l

Auto-Research

Improve this page

Add a description, image, and links to the research-and-development topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the research-and-development topic, visit your repo's landing page and select "manage topics."

Learn more