Skip to content
Snippets Groups Projects
Commit bc92b89d authored by Alexandru Fikl's avatar Alexandru Fikl
Browse files

bump kernel version

parent c75253c1
No related branches found
No related tags found
1 merge request!73Add block matrix generators
......@@ -370,7 +370,6 @@ class P2PMatrixBlockGenerator(SingleSrcTgtListP2PBase):
is_obj_array(targets) or isinstance(targets, (tuple, list))),
sources_is_obj_array=(
is_obj_array(sources) or isinstance(sources, (tuple, list))))
print(knl)
return knl(queue, targets=targets, sources=sources,
tgtindices=tgtindices, srcindices=srcindices,
......
from __future__ import division, absolute_import
__copyright__ = "Copyright (C) 2012 Andreas Kloeckner"
__copyright__ = """
Copyright (C) 2012 Andreas Kloeckner
Copyright (C) 2018 Alexandru Fikl
"""
__license__ = """
Permission is hereby granted, free of charge, to any person obtaining a copy
......
......@@ -29,4 +29,4 @@ VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
# branch name, so as to avoid conflicts with the master branch. Make sure
# to reset this to the next number up with "master" before merging into
# master.
KERNEL_VERSION = ("master", 28)
KERNEL_VERSION = ("master", 29)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment