Explore GitLab
Discover projects, groups and snippets. Share your projects with others
-
Training/validation data for ERCNN-DRS_urban_change_monitoring project (https://github.com/It4innovations/ERCNN-DRS_urban_change_monitoring)
-
-
Source code for http://docs.it4i.cz.
-
materials for a lecture on programming in HIP
-
HPC in data science: Introduction to parallel programming, 2022-01-31 -> 2022-02-04, sctrain.eu/course/hpc-parallel/
-
-
-
Source code for http://docs.it4i.cz.
-
-
The code solves a reaction diffusion equation known as Fischer’s Equation.
-
CG implements a simple version of the conjugate gradient method for solving a system of linear equations of the form A*x=b, suitable for situations in which the matrix A is positive definite and symmetric.
-
Poisson computes an approximate solution to the Poisson equation in a rectangle.
-
Heated Plate solves the steady state heat equation in a 2D rectangular region.
-
Forest Fire simulates a forest fire over a rectangular array of trees, starting at a single random location.
-
Game of Life computes a few steps of the evolution of John Conway's Game of Life.
-
Fast Fourier Transform (FFT) is speed-up technique for calculating Discrete Fourier Transform.
-
Median Filter is a simple version of the image denoiser.
-
This project contains function to evaluate changes in two samples. Main usage is to find out if the mean/median and variance of measured metrics changed in time. Example is CPU speed, network throughput etc.
-
Tools for managing processes and monitoring on a cluster.
-
Code for testing and benchmarking compiler flags