Skip to content

Conversation

@BHouwens
Copy link
Contributor

Description

Provide a clear and concise description of the changes introduced in this pull request.

Fixes # (issue number)

Changelog

  • List the changes to the codebase that this PR introduces

Type of Change

Please mark the appropriate option by putting an "x" inside the brackets:

  • Bug fix
  • New feature
  • Enhancement or optimization
  • Documentation update
  • Other (please specify)

Checklist

Put an "x" in the boxes that apply. If you're unsure about any of these, don't hesitate to ask. We're here to help!

  • I have tested the changes locally and they work as expected.
  • I have added necessary documentation or updated existing documentation.
  • My code follows the project's coding standards and style guidelines.
  • I have added/updated relevant tests to ensure the changes are properly covered.
  • I have checked for and resolved any merge conflicts.
  • My commits have clear and descriptive messages.

Screenshots (if applicable)

If the changes affect the UI or have visual effects, please provide screenshots or GIFs showcasing the changes.

Additional Context (if applicable)

Add any additional context or information about the changes that may be helpful in understanding the pull request.

Related Issues (if applicable)

If this pull request is related to any existing issues, please list them here.

Requested Reviewers

Mention any specific individuals or teams you would like to request a review from.

BHouwens and others added 30 commits June 26, 2024 10:45
much of the miner code is not specific to the OpenGL miner, it shouldn't be in opengl_miner.rs
…function_vulkan

# Conflicts:
#	src/miner_pow/mod.rs
DaMatrix and others added 20 commits July 3, 2024 21:43
This will allow some miner implementations to have a globally cached instance
…function_vulkan

# Conflicts:
#	src/miner_pow/mod.rs
GPU Miner - Clean up and add documentation
This massively speeds up docker build times in a development environment by not sending all temporary local build files (such as the local cargo cache) to the docker context every single time.
Fix miner panic on GLFW init failure
@BHouwens BHouwens requested a review from a team as a code owner January 21, 2025 07:41
@BHouwens BHouwens merged commit d12fee8 into main Jan 21, 2025
2 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants