Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove default values for TPM_GEN variables #159

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

samhatfield
Copy link
Collaborator

These gave the impression that TPM_GEN is the appropriate place to change the default values of these variables. This is not the case, because whatever value they take here is overwritten in SETUP_TRANS0. The latter is where default values should be set.

These gave the impression that TPM_GEN is the appropriate place to change the default values of these variables. This is not the case, because whatever value they take here is overwritten in SETUP_TRANS0. The latter is where default values should be set.
@samhatfield samhatfield added the tidying Tidying up code or removing unused features label Oct 3, 2024
@wdeconinck wdeconinck merged commit eb1302c into develop Oct 4, 2024
21 checks passed
@samhatfield samhatfield deleted the samhatfield-patch-1 branch October 4, 2024 10:12
wdeconinck added a commit that referenced this pull request Oct 11, 2024
* release/1.5.0: (86 commits)
  Version 1.5.0
  Workaround for supporting GPU-aware MPI on Cray/AMD platforms
  Workaround for ASYNC statements in TRMTOL for AMD GPUs
  Pin buffers in benchmark (#158)
  Remove default values for TPM_GEN variables (#159)
  Fix case inconsistencies
  Add option to not do in-place FFT
  Search for OpenACC only if explicitly enabled
  Use Fortran linker for ectrans_test_setup_trans0
  Update CMakeLists.txt
  Fix tabs
  Fix typo in TRGTOL
  Update src/trans/gpu/algor/hicfft.hip.cpp
  Update paths to HIP includes to support ROCm > 6
  add gpu graphs define
  Fixup diagnostic prints missing since #141
  add ungrouepd gemms
  Make default for --niter-warmup 3 if not specified, experimentally a better value
  Add --niter-warmup command line option to be able to configure warmup iterations
  Remove spurious print
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tidying Tidying up code or removing unused features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants