Commit 9f72250
committed
Squashed commit of the following:
commit 23466cd
Author: Ioannis Magkanaris <iomagkanaris@gmail.com>
Date: Wed May 7 14:16:59 2025 +0200
Added compilation flag for line info and removed fast_math flag from CUDA compilation flags
commit 8b9b674
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Thu May 1 12:14:03 2025 +0200
Squashed commit of the following:
commit 5197dcf
Author: Edoardo Paone <edoardo.paone@cscs.ch>
Date: Wed Apr 30 07:43:10 2025 +0200
fix in cpp codegen
commit c01760c
Author: Edoardo Paone <edoardo.paone@cscs.ch>
Date: Wed Apr 30 07:42:53 2025 +0200
Revert "add default - needed"
This reverts commit 47d65ac.
commit 580f743
Author: Edoardo Paone <edoardo.paone@cscs.ch>
Date: Wed Apr 30 07:42:05 2025 +0200
Revert "edit"
This reverts commit a7138d2.
commit a7138d2
Author: Edoardo Paone <edoardo.paone@cscs.ch>
Date: Wed Apr 30 07:26:14 2025 +0200
edit
commit 47d65ac
Author: Edoardo Paone <edoardo.paone@cscs.ch>
Date: Tue Apr 29 23:27:55 2025 +0200
add default - needed
commit a10b5b3
Author: Edoardo Paone <edoardo.paone@cscs.ch>
Date: Tue Apr 29 23:07:09 2025 +0200
minor edit
commit 40395a8
Author: Edoardo Paone <edoardo.paone@cscs.ch>
Date: Tue Apr 29 22:42:22 2025 +0200
use ContextVar for _in_device_code
commit d495495
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Thu May 1 12:13:11 2025 +0200
Squashed commit of the following:
commit aef9945
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Tue Mar 25 06:52:35 2025 +0100
As an experiment removed some code I think is useless, let's see what the tests say.
commit e5bf87f
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Mon Mar 24 07:05:18 2025 +0100
Added a comment to address the possible issues with viewes.
commit ba97874
Merge: b0b9945 4245396
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Fri Mar 21 16:07:12 2025 +0100
Merge remote-tracking branch 'spcl/main' into improved-2d-copy
commit b0b9945
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Fri Mar 21 16:06:09 2025 +0100
Added Alexnicks's suggestions.
commit 065e0d7
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Mon Mar 17 08:56:39 2025 +0100
Added tests to ensure that the new verification works as expected.
commit 51182e5
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Mon Mar 17 08:14:14 2025 +0100
Moved the test for negative sized subsets from the Memlet to the `vaidate_state()` function.
The reason is that in some cases this is valid, for example if an edge connects an AccessNode and a MapEntry, because, in that case the map might not be executed.
Since the Memlet does not have access to its source and destination node it can not check that, so the test was moved to a location that can do this check.
However, it only does the check for AN to AN connections, which is a bit restrictive, but this is something for later.
commit 2801967
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Mon Mar 17 07:41:51 2025 +0100
I am not sure why the printout of the edge is not correct, but it is not where I though I found it.
commit 3166302
Author: Philip Mueller <philip.paul.mueller@bluemain.ch>
Date: Sat Mar 15 08:23:21 2025 +0100
Fixed some issue and made it more logical.
commit 02d87b5
Merge: 801adb1 d130792
Author: Philip Mueller <philip.paul.mueller@bluemain.ch>
Date: Sat Mar 15 08:18:08 2025 +0100
Merge remote-tracking branch 'spcl/main' into improved-2d-copy
commit 801adb1
Author: Philip Mueller <philip.paul.mueller@bluemain.ch>
Date: Sat Mar 15 08:15:45 2025 +0100
Added more verification.
commit 66b43f8
Author: Philip Mueller <philip.paul.mueller@bluemain.ch>
Date: Sat Mar 15 07:57:03 2025 +0100
Simplified some check.
commit 76a1a58
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Fri Mar 14 15:20:49 2025 +0100
Added a new test for the pseudo 1d case, i.e. when we reduce a copy 2D copy to a 1d copy, because it happens to be continiously allocated.
commit 0b15a74
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Fri Mar 14 14:59:03 2025 +0100
Added a note about wrong usage of eid in validation.
commit 322ecda
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Fri Mar 14 14:52:28 2025 +0100
Improved memlet checking.
commit 61ea7a6
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Fri Mar 14 14:43:27 2025 +0100
Added a new test to the SDFG.
commit a67ad2a
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Fri Mar 14 14:36:02 2025 +0100
Added now also test for testing strided 1d copy.
commit c931b91
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Fri Mar 14 14:07:16 2025 +0100
Now 2D copies works, more tests needed.
commit d0a396f
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Fri Mar 14 13:42:18 2025 +0100
Updated the memlet copying, I think I now have all the cases will now make the tests.
commit 9b49c9e
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Fri Mar 14 11:16:12 2025 +0100
Made a first version of the new copy implementation.
But I have to run the unit tests.
commit feea97f
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Fri Mar 14 10:18:08 2025 +0100
Started with the implementation of a better copy, but I have to fix it more.
commit 0dc9af9
Author: Philip Mueller <philip.mueller@cscs.ch>
Date: Thu May 1 12:12:41 2025 +0200
Squashed commit of the following:
commit 635da6c
Author: Ioannis Magkanaris <iomagkanaris@gmail.com>
Date: Fri Apr 25 15:40:25 2025 +0200
Add NVTX range in CUDA GPU kernel call of program1 parent eec52ea commit 9f72250
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
0 commit comments