Displaying 6 results from an estimated 6 matches similar to: "resistanceDistance representation"
2012 Apr 06
3
filling the matrix row by row in the order from lower to larger elements
Hello, everybody!
I have a matrix "input" (see example below) - with all unique entries
that are actually unique ranks (i.e., start with 1, no ties).
I want to assign a value of 100 to the first row of the column that
contains the minimum (i.e., value of 1).
Then, I want to assign a value of 100 to the second row of the column
that contains the value of 2, etc.
The results I am looking
2020 Nov 06
0
RFC: Combining Annotation Metadata and Remarks
Cool! I really like the idea. I left a comment about metadata
preservation below.
Once this is available we will certainly employ it to understand OpenMP
programs better.
We could also think about a user facing version of this while we are at
it ;)
~ Johannes
On 11/4/20 3:57 PM, Florian Hahn via llvm-dev wrote:
> Hi,
>
>
> I would like to propose a new !annotation metadata kind
2020 Nov 04
2
RFC: Combining Annotation Metadata and Remarks
Hi,
I would like to propose a new !annotation metadata kind that can be attached to arbitrary instructions to drive generating remarks that provide additional insight into transformations applied to a program.
To motivate this, consider these specific questions we would like to get answered:
* How many stores added for automatic variable initialization remain after optimizations? Where are
2008 Feb 20
1
dovecot: child 53439 (imap) killed with signal 11
For quite some time I have seen dovecot imap exit with a sig11 without
any other error message,
but usually with the frequency of between once per week and once per day
(per server). A few weeks
ago I finally enabled core dumping with debug symbols and it seemed to
happen less often. I finally
caught a coredump that wasn't overwritten. I have no idea what on the
client end may cause it,
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hello Sean and Tobias,
Sean,
Thank you. Could you describe Nick's ideas in few words or give me links
to your discussion, so I could adapt my ideas to it.
Tobias,
Your patch fails on several modules in my benchmark (73 of ~1800 tests).
I have sent one as attachment.
See statistics files for more details, all the .ll files you could
simply find in test-suite object directory (after
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability