Skip to content

Commit

Permalink
Reformat docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rkierulf committed Jun 12, 2024
1 parent 5411e0c commit cba4a24
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions KomaMRICore/src/simulation/GPUFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,11 @@ end
"""
print_devices()
# Arguments
- 'use_gpu': ('::Bool') If true, check for loaded / functional GPU backends and print
appropriate warnings if no GPU backends have been loaded
Simple function to print available devices. Calls internal get_backend() function to
get the appropriate GPU / CPU backend and prints device information.
# Arguments
- 'use_gpu': ('::Bool') If true, check for loaded / functional GPU backends and print appropriate warnings if no GPU backends have been loaded
"""
function print_devices(use_gpu = true)
backend = get_backend(use_gpu)
Expand Down

0 comments on commit cba4a24

Please sign in to comment.