Skip to content

Commit

Permalink
Merge pull request #856 from JuliaGPU/tb/rm_config
Browse files Browse the repository at this point in the history
Remove unsupported config launch keyword.
  • Loading branch information
maleadt authored Apr 23, 2021
2 parents 95e395b + 1a661ac commit a648fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/execution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ macro cuda(ex...)
split_kwargs(kwargs,
[:dynamic, :launch],
[:minthreads, :maxthreads, :blocks_per_sm, :maxregs, :name],
[:cooperative, :blocks, :threads, :config, :shmem, :stream])
[:cooperative, :blocks, :threads, :shmem, :stream])
if !isempty(other_kwargs)
key,val = first(other_kwargs).args
throw(ArgumentError("Unsupported keyword argument '$key'"))
Expand Down

0 comments on commit a648fb6

Please sign in to comment.