Skip to content

Commit

Permalink
fix memsize for GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertocamara committed Oct 23, 2023
1 parent b2d8a44 commit a8deaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sits_classify.R
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ sits_classify.raster_cube <- function(data,
.check_int_parameter(gpu_memory, min = 1, max = 16384,
msg = "Using GPU: gpu_memory must be informed")

job_memsize <- gpu_memory
memsize <- gpu_memory
multicores <- 1
} else {
# Check minimum memory needed to process one block
Expand Down

0 comments on commit a8deaf9

Please sign in to comment.