search for: fundment

Displaying 7 results from an estimated 7 matches for "fundment".

Did you mean: fundament
2006 Jun 07
16
How dows RoR work?
This is so frustrating. Is RoR that easy to learn or is it hype or is it just me? I wonder how many newbies like me are surfing the docs trying to get a clue of the basics. Every tutorial I find is much the same, and seems to skip the fundmental parts. How should you understand the Ruby API http://api.rubyonrails.org/? What is < ActionController::Base? Can''t I set a cookie under that? Or do I have to use that under ActionController::Cookies? I don''t get it. -- Posted via http://www.ruby-forum.com/.
2010 May 16
2
Box-Cox Transformation: Drastic differences when varying added constants
...1 (as I think it should be to use the transformed variable meaningfully) but much lower. With higher added values (and a right skewed variable) the lambda estimate was even negative and the correlation between the transformed variable and the original varible was -.91!!? I guess that is something fundmental missing in my current thinking about box-cox... Best, Holger P.S. Here is what i did: # Creating of a skewed variable X (mixture of two normals) x1 = rnorm(120,0,.5) x2 = rnorm(40,2.5,2) X = c(x1,x2) # Adding a small constant Xnew1 = X +abs(min(X))+ .1 box.cox.powers(Xnew1) Xtrans1 = Xnew1^....
2015 Mar 14
0
[ANNOUNCE] randrproto 1.4.1
...pec: Make encoding of RRGetProviderInfo match header spec: Add PROVIDER_CAPS encoding to Appendix A spec: Add config-timestamp to descriptions of OffloadSink & OutputSource spec: Correct lengths in encoding of OffloadSink & OutputSource Bug 73176 - randrproto typo (s/fundmentally/fundamentally) randrproto 1.4.1 Colin Walters (1): autogen.sh: Implement GNOME Build API Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES git tag: randrproto-1.4.1 http://xorg.freedesktop.org/archive/individual/proto/randrproto-1.4.1.tar.b...
2018 Dec 12
2
[virtio-dev] Re: [PATCH v5 5/7] iommu: Add virtio-iommu driver
...for fault > injection, having the ability to report page faults to the guest from > the host kernel should be significantly faster than having to go to > userspace and back to the kernel. Fascinating. Any data about host CPU utilization? Eric what do you think? Is it true that SMMUv3 is fundmentally slow at the architecture level and so a PV interface will always scale better until a new hardware interface is designed? > > (4) Virtio and vhost endpoints weren't really a priority for the base > virtio-iommu device, we were looking mainly at device pass-through. I > have o...
2018 Dec 13
1
[virtio-dev] Re: [PATCH v5 5/7] iommu: Add virtio-iommu driver
...to the guest from >>> the host kernel should be significantly faster than having to go to >>> userspace and back to the kernel. >> >> Fascinating. Any data about host CPU utilization? >> >> Eric what do you think? >> >> Is it true that SMMUv3 is fundmentally slow at the architecture level >> and so a PV interface will always scale better until >> a new hardware interface is designed? > > As far as I understand the figures above correspond to vhost-iommu > against vsmmuv3. In the 2 cases the guest owns stage1 tables so the >...
2018 Dec 12
0
[virtio-dev] Re: [PATCH v5 5/7] iommu: Add virtio-iommu driver
...bility to report page faults to the guest from >> the host kernel should be significantly faster than having to go to >> userspace and back to the kernel. > > Fascinating. Any data about host CPU utilization? > > Eric what do you think? > > Is it true that SMMUv3 is fundmentally slow at the architecture level > and so a PV interface will always scale better until > a new hardware interface is designed? As far as I understand the figures above correspond to vhost-iommu against vsmmuv3. In the 2 cases the guest owns stage1 tables so the difference comes from the I...
2018 Nov 27
2
[PATCH v5 5/7] iommu: Add virtio-iommu driver
On Tue, Nov 27, 2018 at 05:55:20PM +0000, Jean-Philippe Brucker wrote: > On 23/11/2018 21:56, Michael S. Tsirkin wrote: > >> +config VIRTIO_IOMMU > >> + bool "Virtio IOMMU driver" > >> + depends on VIRTIO=y > >> + select IOMMU_API > >> + select INTERVAL_TREE > >> + select ARM_DMA_USE_IOMMU if ARM > >> + help > >>