Skip to content

auto-fixes for EOF foes #419

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

Merged
merged 1 commit into from
Apr 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ BraceWrapping:
SplitEmptyFunction: true
SplitEmptyRecord: true
SplitEmptyNamespace: true

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ dpctl/_sycl_device.h
dpctl/_sycl_event.h
dpctl/_sycl_queue.h
dpctl/_sycl_queue_manager.h
dpctl/memory/_memory.h
dpctl/memory/_memory.h
2 changes: 1 addition & 1 deletion docs/doc_versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.6.1
latest
latest
2 changes: 1 addition & 1 deletion docs/docfiles/dpctl.memory_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ DeviceBuffer provides ``__reduce__`` method to support pickling (which works by
- ``copy_from_host(host_buf_obf)`` to copy content of the host buffer into memory of underlying device_buffer
- ``copy_from_device(cuda_ary_obj)`` to copy device memory underlying cuda_ary_obj Python object implementing ``__cuda_array_interface__`` to the memory underlying DeviceBuffer instance.

RMM's methods are declared nogil.
RMM's methods are declared nogil.
2 changes: 1 addition & 1 deletion examples/cython/sycl_buffer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ Running on: Intel(R) Gen9 HD Graphics NEO
[ 0.27170187 -23.36798583 7.31326489 -1.95121928]
Running on: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz
[ 0.27170187 -23.36798583 7.31326489 -1.95121928]
```
```
2 changes: 1 addition & 1 deletion examples/cython/sycl_direct_linkage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Times for NumPy
```

So the overhead of ``sycl::queue`` creation per call is roughly comparable with the time to
execute the actual computation.
execute the actual computation.
2 changes: 1 addition & 1 deletion examples/cython/usm_memory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Using : Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz
Elapsed: 0.9255791641771793
Using : Intel(R) Gen9
Elapsed: 0.32811625860631466
```
```