Skip to content

Commit 02bf622

Browse files
committedAug 22, 2024·
Update README.md
1 parent ede7b47 commit 02bf622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ which contains a bug that causes out-of-memory errors when processing large data
180180
This issue arises due to the conservative memory allocation implementation in cuSpatial.
181181
To work around this bug, we process the queries in a batch fashion.
182182
However, this workaround significantly increases running time due to additional I/O, index construction, and other overheads.
183-
This bug has been fixed in cuSpatial 24.06. Recently, we have reevaluated cuSpatial on PIP queries. Below are the updated results.
183+
This bug has been [fixed](https://github.com/rapidsai/cuspatial/pull/1381) in cuSpatial 24.06. Recently, we have reevaluated cuSpatial on PIP queries. Below are the updated results.
184184

185185
| PIP Running Time | County ⋈ Zipcode | Block ⋈ Water | LKAF ⋈ PKAF | LKAS ⋈ PKAS | LKAU ⋈ PKAU | LKEU ⋈ PKEU | LKNA ⋈ PKNA | LKSA ⋈ PKSA |
186186
|------------------|------------------|----------------|--------------|--------------|--------------|--------------|--------------|------------|

0 commit comments

Comments
 (0)
Please sign in to comment.