search for: skus

Displaying 20 results from an estimated 51 matches for "skus".

Did you mean: skbs
2017 Aug 28
0
regex - optional part isn't considered in replacement with gsub
"Please, consider that some SKUs have "-" in the middle, for example: "PG-9021". Then you need to include these in the list of patterns you gave. Try it again -- this time with a **complete** list. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking...
2017 Aug 27
0
regex - optional part isn't considered in replacement with gsub
...meone else can. Cheers, Bert On Sun, Aug 27, 2017 at 11:47 AM, Omar Andr? Gonz?les D?az <oma.gonzales at gmail.com> wrote: > Hi Jeff, Bert, thank you for your input. > > I'm attaching a sample of the data, feel free to explore it. > > As I said, I need to extract the SKUs of the products (a key that > identifies every product). Not every producto (row) has a SKU, in this > case "no SKU" should be the output. > > I've identify these patterns so far: > > 1.- 75Q8C : 2 numbers, 1 letter, 1 number, 1 letter. > 2.-OLED65E7P: 4 letters,...
2006 Sep 05
0
rake craziness with Migrate as a dependency
...0s -- add_index("roles_users", ["user_id", "role_id"], {:name=>"roles_users_all_index", :unique=>true}) -> 0.1810s -- add_index("roles_users", ["role_id"], {:name=>"role_id"}) -> 0.1800s -- create_table("skus", {:force=>true}) -> 0.0700s -- add_index("skus", ["product_id", "size"], {:name=>"product_color", :unique=>true}) -> 0.1800s -- create_table("static_permissions", {:force=>true}) -> 0.0800s -- add_index("stat...
2017 Nov 23
2
Addressing the problem of noisy GPUs under Nouveau
...er sound like a jumbo jet at take off... Who would have thought? :D >> >> Anyway, looking forward to your answer! >> >> Cheers, >> Martin > > > Hi Martin, > > One of our firmware engineers thinks that this looks a lot like PWM inversion. > For some SKUs, the interpretation of the PWM duty cycle is inverted. That > would probably make it *very* difficult to find a sensible algorithm that > covered all the SKUs, given that some are inverted and others are not. > > For the noisy GPUs, a very useful experiment would be to try inverting...
2020 Jul 22
2
New x86-64 micro-architecture levels
...his. Historically, we've done not such a great job with documenting toolchain features, I know, and we should do better now. I will try to write something helpful, but it should still match the relative importance of this feature. > It's also required to provide a (extensive?) list of SKUs that fall > into the respective categories (probably up to CPU vendors to amend > those). I'm afraid, but SKUs are not very useful in this context. Virtualization can disable features (e.g., some cloud providers advertise they use certain SKUs, but some features are not available to gues...
2018 Nov 01
2
RFC: System (cache, etc.) model for LLVM
...hat below). Is this a restriction of TableGen? If the "Module" level is not required, could the SubtargetInfo just return Socket->Thread. Or is there a global requirement that every architecture has to define the same number of level? > An open question is how to handle different SKUs within a subtarget > family. We modeled the limited number of SKUs used in our products > via multiple subtargets, so this wasn't a heavy burden for us, but a > more robust implementation might allow for multiple ``MemorySystem`` > and/or ``ExecutionEngine`` models for a given subt...
2018 Nov 01
3
RFC: System (cache, etc.) model for LLVM
...'t find a need to model this, but it makes > sense to allow for it. Again the Blue Gene/Q: Streams prefetch into the L1P cache (P for prefetch), but a dcbt instruction is necessary to establish the cache line into the L1 cache. > >> An open question is how to handle different SKUs within a subtarget > >> family. We modeled the limited number of SKUs used in our products > >> via multiple subtargets, so this wasn't a heavy burden for us, but a > >> more robust implementation might allow for multiple ``MemorySystem`` > >> and/or ``Execu...
2018 Jan 29
1
Addressing the problem of noisy GPUs under Nouveau
...;>> >>>>>> Cheers, >>>>>> Martin >>>>> >>>>> >>>>> Hi Martin, >>>>> >>>>> One of our firmware engineers thinks that this looks a lot like PWM inversion. >>>>> For some SKUs, the interpretation of the PWM duty cycle is inverted. That >>>>> would probably make it *very* difficult to find a sensible algorithm that >>>>> covered all the SKUs, given that some are inverted and others are not. >>>>> >>>>> For the...
2020 Jul 22
3
New x86-64 micro-architecture levels
* Dongsheng Song: > I fully agree these names (100/101, A/B/C/D) are not very intuitive, I > recommend using isa tags by year (e.g. x64_2010, x64_2014) like the > python's platform tags (e.g. manylinux2010, manylinux2014). I started out with a year number, but that was before the was Level A. Too many new CPUs only fall under level A unfortunately because they do not even have AVX.
2017 Nov 23
2
Addressing the problem of noisy GPUs under Nouveau
Hey, Thanks for your answer, Andy! On 22/11/17 04:06, Ilia Mirkin wrote: > On Tue, Nov 21, 2017 at 8:29 PM, Andy Ritger <aritger at nvidia.com> wrote: >> Hi Martin, > > Martin should have complete answers, > >> >> I was asked to clarify a few things: >> >> (1) Are all the user reports of loud fans on Fermi-era GPUs? > > Yes. Although I
2017 Nov 23
0
Addressing the problem of noisy GPUs under Nouveau
...e, but users tend to mind when their > computer sound like a jumbo jet at take off... Who would have thought? :D > > Anyway, looking forward to your answer! > > Cheers, > Martin Hi Martin, One of our firmware engineers thinks that this looks a lot like PWM inversion. For some SKUs, the interpretation of the PWM duty cycle is inverted. That would probably make it *very* difficult to find a sensible algorithm that covered all the SKUs, given that some are inverted and others are not. For the noisy GPUs, a very useful experiment would be to try inverting it, like this: pw...
2006 Nov 08
0
Prevent an object from being destroyed in HABTM relationship
Hello all, I have the following models: class Sku < ActiveRecord::Base has_and_belongs_to_many :options end class Option < ActiveRecord::Base has_and_belongs_to_many :skus end By default if I destroy an Option any relationships between Options and Skus will be removed as well. But, I want to prevent an Option from being destroyed when it is associated with a Sku in the options_skus table. So the only way to destroy an Option is to first remove each relationship. Is...
2017 Jul 19
0
[ANNOUNCE] libdrm 2.4.82
...tests/amdgpu: s/uvd_messages.h/decode_messages.h/ in Makefile.am amdgpu: Add .editorconfig file for amdgpu coding style Paulo Zanoni (1): intel: add GEN10 to IS_9XX. Rob Herring (1): Android: fix missing trailing \ Rodrigo Vivi (3): intel: Add Cannonlake PCI IDs for U-skus. intel: Add Cannonlake PCI IDs for Y-skus. intel/intel_chipset: Move IS_9XX below IS_GEN10. Tom St Denis (1): tests/amdgpu: Fix device_id option Xiaojie Yuan (1): amdgpu: move asic id table to a separate file coypu (1): Remove redundant memclear git tag: libdrm-2.4...
2017 Nov 28
0
Addressing the problem of noisy GPUs under Nouveau
...Who would have thought? :D >>> >>> Anyway, looking forward to your answer! >>> >>> Cheers, >>> Martin >> >> >> Hi Martin, >> >> One of our firmware engineers thinks that this looks a lot like PWM inversion. >> For some SKUs, the interpretation of the PWM duty cycle is inverted. That >> would probably make it *very* difficult to find a sensible algorithm that >> covered all the SKUs, given that some are inverted and others are not. >> >> For the noisy GPUs, a very useful experiment would be to...
2019 Mar 21
4
[PATCH] pci/quirks: Add quirk to reset nvgpu at boot for the Lenovo ThinkPad P50
...at 06:25:02PM -0400, Lyude Paul wrote: > On Fri, 2019-02-15 at 16:17 -0500, Lyude Paul wrote: > > On Thu, 2019-02-14 at 18:43 -0600, Bjorn Helgaas wrote: > > > On Tue, Feb 12, 2019 at 05:02:30PM -0500, Lyude Paul wrote: > > > > On a very specific subset of ThinkPad P50 SKUs, particularly > > > > ones that come with a Quadro M1000M chip instead of the M2000M > > > > variant, the BIOS seems to have a very nasty habit of not > > > > always resetting the secondary Nvidia GPU between full reboots > > > > if the laptop is conf...
2018 Jan 28
3
Addressing the problem of noisy GPUs under Nouveau
...>>>> Anyway, looking forward to your answer! >>>> >>>> Cheers, >>>> Martin >>> >>> >>> Hi Martin, >>> >>> One of our firmware engineers thinks that this looks a lot like PWM inversion. >>> For some SKUs, the interpretation of the PWM duty cycle is inverted. That >>> would probably make it *very* difficult to find a sensible algorithm that >>> covered all the SKUs, given that some are inverted and others are not. >>> >>> For the noisy GPUs, a very useful experi...
2018 Jan 29
0
Addressing the problem of noisy GPUs under Nouveau
...ward to your answer! >>>>> >>>>> Cheers, >>>>> Martin >>>> >>>> >>>> Hi Martin, >>>> >>>> One of our firmware engineers thinks that this looks a lot like PWM inversion. >>>> For some SKUs, the interpretation of the PWM duty cycle is inverted. That >>>> would probably make it *very* difficult to find a sensible algorithm that >>>> covered all the SKUs, given that some are inverted and others are not. >>>> >>>> For the noisy GPUs, a ve...
2019 Feb 15
3
[PATCH] pci/quirks: Add quirk to reset nvgpu at boot for the Lenovo ThinkPad P50
On Thu, 2019-02-14 at 18:43 -0600, Bjorn Helgaas wrote: > Hi Lyude, > > On Tue, Feb 12, 2019 at 05:02:30PM -0500, Lyude Paul wrote: > > On a very specific subset of ThinkPad P50 SKUs, particularly ones that > > come with a Quadro M1000M chip instead of the M2000M variant, the BIOS > > seems to have a very nasty habit of not always resetting the secondary > > Nvidia GPU between full reboots if the laptop is configured in Hybrid > > Graphics mode. The reas...
2019 May 23
0
[PATCH 5.0 087/139] PCI: Reset Lenovo ThinkPad P50 nvgpu at boot if necessary
From: Lyude Paul <lyude at redhat.com> commit e0547c81bfcfad01cbbfa93a5e66bb98ab932f80 upstream. On ThinkPad P50 SKUs with an Nvidia Quadro M1000M instead of the M2000M variant, the BIOS does not always reset the secondary Nvidia GPU during reboot if the laptop is configured in Hybrid Graphics mode. The reason is unknown, but the following steps and possibly a good bit of patience will reproduce the issue: 1....
2019 May 23
0
[PATCH 5.1 096/122] PCI: Reset Lenovo ThinkPad P50 nvgpu at boot if necessary
From: Lyude Paul <lyude at redhat.com> commit e0547c81bfcfad01cbbfa93a5e66bb98ab932f80 upstream. On ThinkPad P50 SKUs with an Nvidia Quadro M1000M instead of the M2000M variant, the BIOS does not always reset the secondary Nvidia GPU during reboot if the laptop is configured in Hybrid Graphics mode. The reason is unknown, but the following steps and possibly a good bit of patience will reproduce the issue: 1....