Displaying 17 results from an estimated 17 matches for "edit#".
Did you mean:
edit
2020 May 25
3
[PITCH#2] Improvements to LLVM Decision Making
...nd I’d appreciate it if you could take another look and share your thoughts.
One piece of feedback is that GitHub gists aren’t great for detailed feedback and iteration, so I moved the proposal to a google doc here <https://docs.google.com/document/d/1Q8w-oGH9bgU-0R27k4LCUJbLGnWGZRO3GtVo8PvifBw/edit#>. There is also a draft of the proposal template here <https://docs.google.com/document/d/1TwynIdQFYagglkHEpBgeZJb9ehWBU4qVUeTu94B3FIY/edit#>. I consider the proposal process to be the first trial run for the proposal process itself :-). Once the drafts converge, we’ll get things check...
2011 Jun 12
3
Problem with undefined variable current_user
...#39;signed_in'' method. Everything looks fine to me, but as I am
obviously missing something I''d appreciate it if someone with more
experience at debugging could point me in the right direction.
I can sign in with my test users and the exception only occures when
attempting to edit a profile.
Controller and model are attached.
Cheers,
Jen.
Error:
NameError in UsersController#edit
undefined local variable or method `current_user'' for #<UsersController:0x9ffad80>
|Rails.root: /home/resource_portal/website|
Application Trace <http://localhost:3000/user...
2020 Oct 12
3
MemorySSA LLVM-dev meeting notes and upcoming meetings
Hello,
Following up on last week's LLVM-Dev meeting where we discussed MemorySSA
related topics, I created the following google doc
<https://docs.google.com/document/d/1-uEEZfmRdPThZlctOq9eXlmUaSSAAi8oKxhrPY_lpjk/edit#>
with some of the meeting notes and planning for future meetings. For those
who participated, please feel free to add items I may have missed into the
document and cc folks that may not be on the llvm-dev list.
It seems useful to catch-up periodically to sync or make progress on
existing work...
2013 Mar 24
5
Rails 4.0 has_many_through and fields_for
...ole %>
<%= builder.hidden_field :role_id %>
<%= builder.check_box :enable %>
<%= builder.label :enable, role.name %>
<% end %>
<%= f.submit %>
<% end %>
Under rails 3.2.11 I get a form that allows the user to edit roles.
Editing controller_action
Name
Roles
Webmaster
Admin
Moderator
Editor
Registered User
Guest
Show <http://localhost:3200/controller_actions/1> | Back<http://localhost:3200/controller_actions>
Under Rails 4.0 you get:-
undefined method `role'' for #<A...
2016 May 07
3
[GSoC 2016] Introduction - Polly as an Analysis pass in LLVM
...act Memory Access
wise dependence information from Polly and provide few simple interfaces
like isParallel(), isVectorizable(), tripCount(Loop&).
Please feel free to post your comments and suggestions on this.
[1]
https://docs.google.com/document/d/1QyUzL3OOwJSI91lDqr7VsvqUsFyTY9FlpAwbGSipUtw/edit#
[2] https://groups.google.com/forum/#!topic/polly-dev/DuRxNmKfEnM
Regards,
Utpal Bora
Ph.D. Scholar
Computer Science & Engineering
IIT Hyderabad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160507/...
2009 Mar 09
1
will_paginate plugin
hi all,
I am using will_paginate plug_in i am getting URL as
http://localhost:3000/admin/edit#/admin/edit?page=3
but i want it should be
http://localhost:3000/admin/edit?page=3
how can I do it.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Tal...
2017 Feb 02
2
Register allocator behaves differently when compiling with and without -g
...(usually involve something counting instructions where it needs to skip counting debug intrinsics), if you're interested in having a go at fixing it yourself & sending a patch for review.
I added a line there: https://docs.google.com/document/d/1YLK_xINSg1Ei0w8w39uAMR1n0dlf6wrzfypiX0YDQBc/edit#
—
Mehdi
>
> On Thu, Feb 2, 2017 at 8:18 AM Stephen Rogers via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
> Hi all,
>
> In several of our tests, I have noticed that the register allocator allocates to virtual registers in a dif...
2017 Jun 07
2
[RFC] Optimizing Comparisons Chains
...ct of the change
I’ve measured the change on std:pair/std::tuple. The pass typically makes
the code 2-3 times faster with code that’s typically 2-3x times smaller.
A more detailed description can be found here
<https://docs.google.com/document/d/1CKp8cIfURXbPLSap0jFio7LW4suzR10u5gX4RBV0k7c/edit#>
and a proof of concept can be seen here <https://reviews.llvm.org/D33987>.
Do you see any aspect of this that I may have missed?
For now I’ve implemented this as a separate pass. Would there be a better
way to integrate it?
Thanks !
-------------- next part --------------
An HTML a...
2020 Oct 19
0
MemorySSA LLVM-dev meeting notes and upcoming meetings
Hi all,
Thank you to all who responded to the planning poll.
The meeting is set for 10:30 Pacific Time/5:30pm UTC (in about 3h). Details
in the google doc
<https://docs.google.com/document/d/1-uEEZfmRdPThZlctOq9eXlmUaSSAAi8oKxhrPY_lpjk/edit#>
included
before.
The agenda includes progress on the topics discussed last time (meeting
notes in the doc), and open discussions and questions from those who join.
Again, this is an open meeting, all are welcome.
Looking forward to talking to you!
Best,
Alina
On Mon, Oct 12, 2020, 11:36 P...
2020 Jul 08
2
[RFC] Proposal for CIRCT incubator project
...uld be interest from members with different
affiliations / organizations.
We have weekly meetings with >20 people from Xilinx, Sifive, Microsoft,
PNNL, ETH, EPFL, Cornell, and Stanford. Meeting minutes are here:
https://docs.google.com/document/d/1fOSRdyZR2w75D87yU2Ma9h2-_lEPL4NxvhJGJd-s5pk/edit#
- Should have a feasible path to eventually graduate as a dedicated
top-level or sub-project within the LLVM monorepo
<https://github.com/llvm/llvm-project>.
I think this is very feasible from the perspective of code structure, but I
would want to get to the point where we have s...
2006 Dec 28
1
Default Scaffolding Gives Errors
...olumn in @scaffold_class.content_columns %>
<td><%= entry.send(column.name) %></td>
<% end %>
<td><%= link_to "Show", :action => "show#{@scaffold_suffix}", :id
=> entry.id %></td>
<td><%= link_to "Edit", :action => "edit#{@scaffold_suffix}", :id
=> entry.id %></td>
<td><%= link_to "Delete", :action => "destroy#{@scaffold_suffix}",
:id => entry.id %></td>
</tr>
<% end %>
</table>
<br /&g...
2015 Jul 27
0
[LLVMdev] LLVM Weekly - #82, Jul 27th 2015
...will be working on with Richard Smith at Google this Summer. The hope
is to reduce any remaining performance gap between LLVM/Clang and GCC (which
has better devirtualization support). The Google Doc [can be read
here](https://docs.google.com/document/d/1f2SGa4TIPuBGm6y6YO768GrQsA8awNfGEJSBFukLhYA/edit#).
* Rafael Espíndola has shared [some thoughts on handling ELF shared libraries
in LLD](http://article.gmane.org/gmane.comp.compilers.llvm.devel/88499).
* Marshall Clow has kicked off a discussion on [how C++ library TSes should be
packaged](http://article.gmane.org/gmane.comp.compilers.clang.de...
2020 Jan 16
2
[RFC] Implementing the BHive methodology in llvm-exegesis
...benchmark runner using a command-line flag.
- We're considering using the LLDB API to control the execution of the
benchmarking process in a platform-independent way.
You can find a more detailed proposal here
<https://docs.google.com/document/d/1Z6sYes0jBRwHUkUZmI2JieDZZBm-HHhAzHlKJOFLLtU/edit#>.
A stand-alone Linux implementation of the methodology used in the paper is
available on GitHub <https://github.com/ithemal/timing-harness>.
Comments and suggestions are most welcome!
Ondrej and Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <htt...
2017 Feb 02
3
Register allocator behaves differently when compiling with and without -g
Hi all,
In several of our tests, I have noticed that the register allocator
allocates to virtual registers in a different order when compiling with the
clang option -g. Before entering the register allocator, the code is
identical when compiling with and without -g (with the exception of "
DBG_VALUE" instructions). The only difference I can see is the value
assigned to the slot index
2006 Aug 13
5
Newbie question: scaffold not working
...scaffold_class.content_columns %>
13: <td><%= entry.send(column.name) %></td>
14: <% end %>
15: <td><%= link_to "Show", :action => "show#{@scaffold_suffix}",
:id => entry %></td>
16: <td><%= link_to "Edit", :action => "edit#{@scaffold_suffix}",
:id => entry %></td>
RAILS_ROOT: ./script/../config/..
Application Trace | Framework Trace | Full Trace
c:/dev/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/templates/scaffolds/list.rhtml:13:in
`quote...
2020 Jul 04
9
Proposal for CIRCT incubator project
For the past several months, members of the ‘CIRCT’ group have been working
to begin adapting MLIR for hardware design. We believe that this area
would benefit from good open source infrastructure enabling research and,
eventually, the next generation of commercial tools. We have collected
several dialects and envision a number of lowering flows using these
dialects. We have reached the point
2015 Jan 20
6
[RFC PATCH v1 0/2] Encode optimize using libNE10
...be done.. but I wanted to
first post what I have so far and receive feedback before I spend
any more time so as to not head in the wrong direction.
Thanks in advance for your review.
Regards,
Vish
[1]: https://docs.google.com/a/linaro.org/document/d/1avz20b3DOnD3IwxiKTmUfyUK89hUwL9K2PYMh7dlkNg/edit#
[2]: https://bugs.linaro.org/show_bug.cgi?id=1044
[3]: http://people.linaro.org/~viswanath.puttagunta/opus/NE10_root/NE10_root.tar.gz
Viswanath Puttagunta (2):
Optimize repeated calls to opus_select_arch
armv7(float): Optimize encode usecase using NE10 library
Makefile.am...