Activity for gVirtualXRay

  • Nalin Gupta Nalin Gupta committed [08550f] on Git

    Fix getPhotonCountEnergyBins typo

  • Franck Vidal committed [7dc9b0] on Git

    Try fixing issue with OpenMP and Python wheels on Windows.

  • Franck Vidal committed [ed880f] on Git

    Fix compilation warning on MSVC++.

  • effepivi committed [16d334] on Git

    Add __version__ in the Python package.

  • effepivi committed [66dda7] on Git

    Fix MISRA warnings.

  • effepivi committed [112075] on Git

    Fix MISRA 7-3-4 warnings.

  • effepivi committed [05ce83] on Git

    Fix MISRA 6.0.3 warnings.

  • effepivi committed [f7a48b] on Git

    Merge branch 'master' of ssh://git.code.sf.net/p/gvirtualxray/gitroot

  • effepivi committed [f5be0e] on Git

    Fix bub when the image size is changed. The internal FBOs were not always resized. It should be fixed now.

  • effepivi committed [85b8c7] on Git

    Calibrate the mAs on SpekPy.

  • Nalin Gupta Nalin Gupta committed [11c4f9] on Git

    Minor copy fix to Dockerfile

  • Franck Vidal committed [01263b] on Git

    Make sure a modern version of CMake (4.2 at least) is used.

  • Franck Vidal committed [cacab4] on Git

    Make sure it compiles on Windows with no support of openmp:llvm.

  • Franck Vidal committed [b86b81] on Git

    Disable openmp:llvm on the newest version of VC++ (conflict of DLLs in Python).

  • Franck Vidal committed [6b5462] on Git

    Document all the parameters of the setDetecotrSize function.

  • Franck Vidal committed [30048a] on Git

    Remove the inherent filters when the source is reset.

  • Franck Vidal committed [b03a6a] on Git

    Fix broken unit tests.

  • effepivi committed [0e7162] on Git

    Fix the bug about the use of mAs.

  • effepivi committed [0f19df] on Git

    Fix typo.

  • effepivi committed [4e7e7e] on Git

    Add inherent filters for completeness.

  • effepivi committed [7189c3] on Git

    Merge branch 'master' of ssh://git.code.sf.net/p/gvirtualxray/gitroot

  • effepivi committed [4abb21] on Git

    Add a functionality in gvxr-core and SimpleGVXR to handle inherent filters.

  • effepivi committed [9752ed] on Git

    Make sure the right unit of energy is used when applying an inherent filter.

  • Franck Vidal committed [c9010c] on Git

    Add file.

  • Franck Vidal committed [19996f] on Git

    Make a differenciation between inherent filters (fixed) and additional optional filters.

  • Franck Vidal committed [edb17b] on Git

    Make it possible to use more than one inherent filter.

  • Franck Vidal committed [a24ca9] on Git

    Add the inherent filter to the SimpleGVXR API. We made sure the order of parameters is consistent with addFilter. By default it is 0.5 mm of Al.

  • Franck Vidal committed [e251f0] on Git

    Add the inherent filter to the core API. By default there is none.

  • Franck Vidal committed [f9ca78] on Git

    Fix freetype issues when it is not found on the system.

  • Franck Vidal committed [c24ded] on Git

    Explicitely turn off some options.

  • Franck Vidal committed [6b5a54] on Git

    Try to fix OpenMP issues ith Visual Studio.

  • effepivi committed [6a46d2] on Git

    Add unit test for when the detector size (number of pixels) is changed.

  • effepivi committed [a96cd1] on Git

    Force the re-initialisation of the renderer when the detector size is changed.

  • effepivi committed [2809cf] on Git

    Enable C++ 23 to use std::ranges::views::zip.

  • effepivi committed [2e26b2] on Git

    Debug getBestSOD to make sure i) the detector cannot be in the middle of the sample, and 2) the sample cannot be behind the detector.

  • effepivi committed [4317f2] on Git

    Change the default multiplicative factor in getBestSOD (Make it smaller).

  • Franck Vidal committed [fe7c63] on Git

    Upgrade the packages if possible.

  • Franck Vidal committed [3d1c02] on Git

    Fix compilation on Windows (OpenMP collapse is still not supported).

  • effepivi committed [f5d7c7] on Git

    Merge branch 'amd_hackhathon'

  • effepivi committed [87eee6] on Git

    Fix compilation error when GLFW3 is not enabled.

  • effepivi committed [21e83b] on Git

    Fix compilation error in gauss2d related to cast operators.

  • effepivi committed [d1fae9] on Git

    Make sure we fall back to OpenMP if OpenGL failed.

  • effepivi committed [5b8eff] on Git

    Fix misleading comment.

  • effepivi committed [60601a] on Git

    Fix some clang-tidy warnings.

  • effepivi committed [b571ca] on Git

    Fix warning (IF/ENDIF mismatch).

  • effepivi committed [723fc2] on Git

    Make use of HAS_OPENMP_GPU in the convolution methods.

  • Franck Vidal committed [1945d5] on Git

    Merge branch 'amd_hackhathon' of ssh://git.code.sf.net/p/gvirtualxray/gitroot into amd_hackhathon

  • Franck Vidal committed [3da920] on Git

    Uncomment some of the code.

  • Franck Vidal committed [69eb70] on Git

    Work on document.

  • Franck Vidal committed [4fb243] on Git

    Port to Windows.

  • Franck Vidal committed [2fc78b] on Git

    Enable a more modern version of OpenMP with MS VC++.

  • Nalin Gupta Nalin Gupta committed [a9436d] on Git

    Merge branch 'amd_hackhathon_convolution_demo' into amd_hackhathon

  • Nalin Gupta Nalin Gupta committed [e98c58] on Git

    Fixed - Convolution filter GPU offload

  • Nalin Gupta Nalin Gupta committed [ef9943] on Git

    In Progress - Convolution 1D GPU offload attempt

  • effepivi committed [ce2dde] on Git

    Add bug fixes.

  • effepivi committed [3ee0c9] on Git

    Add OpenMP GPU offloading with CUDA.

  • effepivi committed [aac811] on Git

    Fix clang-tidy warning.

  • effepivi committed [c6aab7] on Git

    Fix clang-tidy warning.

  • effepivi committed [7b2a11] on Git

    Add copyright/update version.

  • effepivi committed [ae1eea] on Git

    Make sure we use 32 bits per pixel. In case this is the issue with the BHPI unit test.

  • Franck Vidal committed [9aa38e] on Git

    Merge branch 'amd_hackhathon' of ssh://git.code.sf.net/p/gvirtualxray/gitroot into amd_hackhathon

  • Franck Vidal committed [21b753] on Git

    Work on the Poisson example.

  • Franck Vidal committed [973e50] on Git

    Add version without branching (it is commented, tho).

  • Franck Vidal committed [0cfbc1] on Git

    Port to GPU.

  • Nalin Gupta Nalin Gupta committed [c5308e] on Git

    Convolution filters changed for OpenMP

  • Gemma Fardell Gemma Fardell committed [00e068] on Git

    cleaned up slightly

  • Nalin Gupta Nalin Gupta committed [8068fa] on Git

    Convolution Kernel demos

  • Nalin Gupta Nalin Gupta committed [4cfbd3] on Git

    Move getPixel code to convolution filter

  • Nalin Gupta Nalin Gupta committed [044a09] on Git

    gauss2D fix

  • Nalin Gupta Nalin Gupta committed [35f608] on Git

    Added CmakeUserPresets.json to gitignore

  • Nalin Gupta Nalin Gupta committed [98b6d2] on Git

    Gauss2D fix

  • Franck Vidal committed [4461c9] on Git

    Add Poisson noise.

  • Franck Vidal committed [1178fe] on Git

    Update the seed for every call of the uniform random noise.

  • Franck Vidal committed [6b7a85] on Git

    Port to MSVC++.

  • Nalin Gupta Nalin Gupta committed [dbe55c] on Git

    Convolution Kernel demos

  • Nalin Gupta Nalin Gupta committed [02a491] on Git

    Move getPixel code to convolution filter

  • Nalin Gupta Nalin Gupta committed [c45cfa] on Git

    Adding CMakeUserPresets.json to gitignore

  • Gemma Fardell Gemma Fardell committed [25c2e2] on Git

    gpu offloading hacky start

  • Franck Vidal committed [d8c6be] on Git

    Unit test of uniform noise.

  • Franck Vidal committed [e98786] on Git

    Turn the code into a unit test.

  • Franck Vidal committed [506c12] on Git

    Use references instead of pointers to pass seed to functions.

  • Franck Vidal committed [49a182] on Git

    Uniform and Gaussian noise on GPU using OpenMP.

  • Franck Vidal committed [a2c3e6] on Git

    Save the gaussian noise in images to visualise the result.

  • Franck Vidal committed [c8ce9f] on Git

    Benchmark the noise on CPU without and with OpenMP.

  • Franck Vidal committed [758877] on Git

    Merge branch 'amd_hackhathon' of ssh://git.code.sf.net/p/gvirtualxray/gitroot into amd_hackhathon

  • Franck Vidal committed [06c7e2] on Git

    Add random number generators.

  • Gemma Fardell Gemma Fardell committed [fa0403] on Git

    simple dragon test RT

  • Franck Vidal committed [c07629] on Git

    Make sure quit() is called last.

  • Franck Vidal committed [a75cbe] on Git

    Merge branch 'amd_hackhathon' of ssh://git.code.sf.net/p/gvirtualxray/gitroot into amd_hackhathon

  • Franck Vidal committed [7c5858] on Git

    Only reset the VBOs.

  • Franck Vidal committed [6617b8] on Git

    Make it possible to set a prefered backend. Safe guard when OPNMP is used as a backend. Add a NONE backend for when it is not set.

  • Franck Vidal committed [ab86b5] on Git

    Make it possible to reset just the VBOs without destroying the topology.

  • Franck Vidal committed [c0432d] on Git

    First draft of demo.

  • Franck Vidal committed [1c35be] on Git

    Working on new demo.

  • Franck Vidal committed [8c2b0c] on Git

    Merge branch 'amd_hackhathon' of ssh://git.code.sf.net/p/gvirtualxray/gitroot into amd_hackhathon

  • Franck Vidal committed [62446f] on Git

    Disable OpenGL.

  • effepivi committed [8a4463] on Git

    Comment GLFW3.

  • effepivi committed [e5eef8] on Git

    Add details on public signature.

  • effepivi committed [757576] on Git

    Add details.

  • effepivi committed [447173] on Git

    Add file.

1 >
MongoDB Logo MongoDB